#6B0323

Color #6B0323 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #6B0323

Tints of Burgundy #6B0323

Color information

#6B0323 (or 0x6B0323) is unknown color: approx Burgundy. HEX triplet: 6B, 03 and 23. RGB value is (107,3,35). Sum of RGB (Red+Green+Blue) = 107+3+35=145 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.79% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 35 (14.06% from 255 or 24.14% from 145); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0323 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0323 is #94FCDC. Grayscale: #252525. Windows color (decimal): -9764061 or 2294635. OLE color: 2294635.

HSL color Cylindrical-coordinate representation of color #6B0323: hue angle of 341.54º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B0323 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.58.

Color convert

RGB107335-
CMYK00.970.670.58
HSL341.54º94.55%21.57%-
HSV(B)341.54º97.2%41.96%-
XYZ6.43.311.89-
YUV37.74126.46177.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 73.79%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 35 (14.06% from 255) = 24.14%
R=73.79%
G=2.07%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10733500.970.670.58341.5494.5521.57
Hex6B323061433A1565f16
Octal15334301411037252613726
Binary110101111100011011000011000011111010101010110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B0323; }

 p { color: rgb(107,3,35); }

 H1.HeaderClassName
 {
   color: #6B0323;
 }
 .AnyTagClassName
 {
   color: #6B0323;
 }
</style>
background-color css

<style>
 a { background-color: #6B0323; }

 a { background-color: rgb(107,3,35); }

 div.DivClassName
 {
   background-color: #6B0323;
 }
 .BgClassName
 {
   background-color: #6B0323;
 }
</style>
border-color css

<style>
 span { border-color: #6B0323; }

 span { border-color: rgb(107,3,35); }

 td.TdClassName
 {
   border-color: #6B0323;
 }
 .TagClassName
 {
   border-color: #6B0323;
 }
</style>