Html Css Color HEX #6C030C Burgundy

📋 copy color: '#6C030C'

red 108 ◦ green 3 ◦ blue 12

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

Shades of Burgundy #6C030C

Tints of Burgundy #6C030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.44%

 BLUE value IS 12 (5.08% from 255) = 9.76%

R = 87.8%
G = 2.44%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.58

RGB Variations

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

Color information

#6C030C (or 0x6C030C) is known color: Burgundy. HEX triplet: 6C, 03 and 0C. RGB value is (108,3,12). Sum of RGB (Red+Green+Blue) = 108+3+12=123 (16% of max value = 765). Red value is 108 (42.58% from 255 or 87.80% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 108 - color contains mainly: red. Hex color #6C030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6C030C is #93FCF3. Grayscale: #232323. Windows color (decimal): -9698548 or 787308. OLE color: 787308.

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

Color convert

RGB 108 3 12 -
CMYK 0 0.97 0.89 0.58
HSL 354.86º 0.95% 0.22% -
HSV(B) 354.86º 0.97% 0.42% -
XYZ 6.28 3.28 0.65 -
YUV 35.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 108 3 12 0 0.97 0.89 0.58 354.86 0.95 0.22
Hex 6C 3 C 0 61 59 3A 163 5F 16
Octal 154 3 14 0 141 131 72 543 137 26
Binary 1101100 11 1100 0 1100001 1011001 111010 101100011 1011111 10110

Color Harmonies of #6C030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C030C

Black with #6C030C

Text Example


Text Example

White with #6C030C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,3,12); }

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

background-color css

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

 a { background-color: rgb(108,3,12); }

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

border-color css

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

 span { border-color: rgb(108,3,12); }

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