Html Css Color HEX #6C0413 Burgundy

📋 copy color: '#6C0413'

red 108 ◦ green 4 ◦ blue 19

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

Shades of Burgundy #6C0413

Tints of Burgundy #6C0413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.5%

R = 82.44%
G = 3.05%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#6C0413 (or 0x6C0413) is known color: Burgundy. HEX triplet: 6C, 04 and 13. RGB value is (108,4,19). Sum of RGB (Red+Green+Blue) = 108+4+19=131 (17% of max value = 765). Red value is 108 (42.58% from 255 or 82.44% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C0413 is #93FBEC. Grayscale: #242424. Windows color (decimal): -9698285 or 1246316. OLE color: 1246316.

HSL color Cylindrical-coordinate representation of color #6C0413: hue angle of 351.35º 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 #6C0413 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 4 19 -
CMYK 0 0.96 0.82 0.58
HSL 351.35º 0.93% 0.22% -
HSV(B) 351.35º 0.96% 0.42% -
XYZ 6.35 3.32 0.92 -
YUV 36.81 117.96 178.78 -
System Red Green Blue C M Y K H S L
Decimal 108 4 19 0 0.96 0.82 0.58 351.35 0.93 0.22
Hex 6C 4 13 0 60 52 3A 15F 5D 16
Octal 154 4 23 0 140 122 72 537 135 26
Binary 1101100 100 10011 0 1100000 1010010 111010 101011111 1011101 10110

Color Harmonies of #6C0413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0413

Black with #6C0413

Text Example


Text Example

White with #6C0413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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