Html Css Color HEX #6B0024 Burgundy

📋 copy color: '#6B0024'

red 107 ◦ green 0 ◦ blue 36

#6B0024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burgundy #6B0024

Tints of Burgundy #6B0024

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 value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.58

RGB Variations

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

Color information

#6B0024 (or 0x6B0024) is known color: 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

RGB 107 0 36 -
CMYK 0 1 0.66 0.58
HSL 339.81º 1% 0.21% -
HSV(B) 339.81º 1% 0.42% -
XYZ 6.38 3.25 1.96 -
YUV 36.1 127.95 178.57 -
System Red Green Blue C M Y K H S L
Decimal 107 0 36 0 1 0.66 0.58 339.81 1 0.21
Hex 6B 0 24 0 64 42 3A 154 64 15
Octal 153 0 44 0 144 102 72 524 144 25
Binary 1101011 0 100100 0 1100100 1000010 111010 101010100 1100100 10101

Color Harmonies of #6B0024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0024

Black with #6B0024

Text Example


Text Example

White with #6B0024

Text Example


Text Example

HTML Codes & Css Web 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>