Html Css Color HEX #6C0418 Burgundy

📋 copy color: '#6C0418'

red 108 ◦ green 4 ◦ blue 24

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

Shades of Burgundy #6C0418

Tints of Burgundy #6C0418

RGB

 RED value IS 108 (42.58% from 255) = 79.41%

 GREEN value IS 4 (1.95% from 255) = 2.94%

 BLUE value IS 24 (9.77% from 255) = 17.65%

R = 79.41%
G = 2.94%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.58

RGB Variations

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

Color information

#6C0418 (or 0x6C0418) is known color: Burgundy. HEX triplet: 6C, 04 and 18. RGB value is (108,4,24). Sum of RGB (Red+Green+Blue) = 108+4+24=136 (18% of max value = 765). Red value is 108 (42.58% from 255 or 79.41% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0418 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0418 is #93FBE7. Grayscale: #252525. Windows color (decimal): -9698280 or 1573996. OLE color: 1573996.

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

Color convert

RGB 108 4 24 -
CMYK 0 0.96 0.78 0.58
HSL 348.46º 0.93% 0.22% -
HSV(B) 348.46º 0.96% 0.42% -
XYZ 6.39 3.34 1.17 -
YUV 37.38 120.46 178.37 -
System Red Green Blue C M Y K H S L
Decimal 108 4 24 0 0.96 0.78 0.58 348.46 0.93 0.22
Hex 6C 4 18 0 60 4E 3A 15C 5D 16
Octal 154 4 30 0 140 116 72 534 135 26
Binary 1101100 100 11000 0 1100000 1001110 111010 101011100 1011101 10110

Color Harmonies of #6C0418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0418

Black with #6C0418

Text Example


Text Example

White with #6C0418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,4,24); }

 H1.HeaderClassName
 {
   color: #6C0418;
 }
 .AnyTagClassName
 {
   color: #6C0418;
 }
</style>

background-color css

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

 a { background-color: rgb(108,4,24); }

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

border-color css

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

 span { border-color: rgb(108,4,24); }

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