Html Css Color HEX #66030C Burgundy

📋 copy color: '#66030C'

red 102 ◦ green 3 ◦ blue 12

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

Shades of Burgundy #66030C

Tints of Burgundy #66030C

RGB

 RED value IS 102 (40.23% from 255) = 87.18%

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

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

R = 87.18%
G = 2.56%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.6

RGB Variations

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

Color information

#66030C (or 0x66030C) is known color: Burgundy. HEX triplet: 66, 03 and 0C. RGB value is (102,3,12). Sum of RGB (Red+Green+Blue) = 102+3+12=117 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.18% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 102 - color contains mainly: red. Hex color #66030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66030C is #99FCF3. Grayscale: #212121. Windows color (decimal): -10091764 or 787302. OLE color: 787302.

HSL color Cylindrical-coordinate representation of color #66030C: hue angle of 354.55º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66030C is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 3 12 -
CMYK 0 0.97 0.88 0.6
HSL 354.55º 0.94% 0.21% -
HSV(B) 354.55º 0.97% 0.4% -
XYZ 5.58 2.92 0.62 -
YUV 33.63 115.8 176.77 -
System Red Green Blue C M Y K H S L
Decimal 102 3 12 0 0.97 0.88 0.6 354.55 0.94 0.21
Hex 66 3 C 0 61 58 3C 163 5E 15
Octal 146 3 14 0 141 130 74 543 136 25
Binary 1100110 11 1100 0 1100001 1011000 111100 101100011 1011110 10101

Color Harmonies of #66030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66030C

Black with #66030C

Text Example


Text Example

White with #66030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66030C; }

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

 H1.HeaderClassName
 {
   color: #66030C;
 }
 .AnyTagClassName
 {
   color: #66030C;
 }
</style>

background-color css

<style>
 a { background-color: #66030C; }

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

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

border-color css

<style>
 span { border-color: #66030C; }

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

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