Html Css Color HEX #6C0508 Burgundy

📋 copy color: '#6C0508'

red 108 ◦ green 5 ◦ blue 8

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

Shades of Burgundy #6C0508

Tints of Burgundy #6C0508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.13%

 BLUE value IS 8 (3.52% from 255) = 6.61%

R = 89.26%
G = 4.13%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#6C0508 (or 0x6C0508) is known color: Burgundy. HEX triplet: 6C, 05 and 08. RGB value is (108,5,8). Sum of RGB (Red+Green+Blue) = 108+5+8=121 (16% of max value = 765). Red value is 108 (42.58% from 255 or 89.26% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0508 is #93FAF7. Grayscale: #242424. Windows color (decimal): -9698040 or 525676. OLE color: 525676.

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

Color convert

RGB 108 5 8 -
CMYK 0 0.95 0.93 0.58
HSL 358.25º 0.91% 0.22% -
HSV(B) 358.25º 0.95% 0.42% -
XYZ 6.28 3.31 0.54 -
YUV 36.14 112.12 179.26 -
System Red Green Blue C M Y K H S L
Decimal 108 5 8 0 0.95 0.93 0.58 358.25 0.91 0.22
Hex 6C 5 8 0 5F 5D 3A 166 5B 16
Octal 154 5 10 0 137 135 72 546 133 26
Binary 1101100 101 1000 0 1011111 1011101 111010 101100110 1011011 10110

Color Harmonies of #6C0508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0508

Black with #6C0508

Text Example


Text Example

White with #6C0508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,5,8); }

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

background-color css

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

 a { background-color: rgb(108,5,8); }

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

border-color css

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

 span { border-color: rgb(108,5,8); }

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