#6B0024

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

Shades of Burgundy #6B0024

Tints of Burgundy #6B0024

Color information

#6B0024 (or 0x6B0024) is unknown color: approx Burgundy. HEX triplet: 6B, 00 and 24. RGB value is (107,0,36). Sum of RGB (Red+Green+Blue) = 107+0+36=143 (18% of max value = 765). Red value is 107 (42.19% from 255 or 74.83% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 36 (14.45% from 255 or 25.17% from 143); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0024 is #94FFDB. Grayscale: #242424. Windows color (decimal): -9764828 or 2359403. OLE color: 2359403.

HSL color Cylindrical-coordinate representation of color #6B0024: hue angle of 339.81º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B0024 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.58.

Color convert

RGB107036-
CMYK010.660.58
HSL339.81º100%20.98%-
HSV(B)339.81º100%41.96%-
XYZ6.383.251.96-
YUV36.1127.95178.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 74.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 25.17%
R=74.83%
G=0%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.66
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107036010.660.58339.8110020.98
Hex6B024064423A1546415
Octal15304401441027252414425
Binary11010110100100011001001000010111010101010100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,0,36); }

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

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

 a { background-color: rgb(107,0,36); }

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

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

 span { border-color: rgb(107,0,36); }

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