Html Css Color HEX #66030E Burgundy

📋 copy color: '#66030E'

red 102 ◦ green 3 ◦ blue 14

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

Shades of Burgundy #66030E

Tints of Burgundy #66030E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.76%

R = 85.71%
G = 2.52%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#66030E (or 0x66030E) is known color: Burgundy. HEX triplet: 66, 03 and 0E. RGB value is (102,3,14). Sum of RGB (Red+Green+Blue) = 102+3+14=119 (15% of max value = 765). Red value is 102 (40.23% from 255 or 85.71% from 119); Green value is 3 (1.56% from 255 or 2.52% from 119); Blue value is 14 (5.86% from 255 or 11.76% from 119); Max value from RGB is 102 - color contains mainly: red. Hex color #66030E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66030E is #99FCF1. Grayscale: #212121. Windows color (decimal): -10091762 or 918374. OLE color: 918374.

HSL color Cylindrical-coordinate representation of color #66030E: hue angle of 353.33º 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 #66030E is Cyan = 0, Magento = 0.97, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 3 14 -
CMYK 0 0.97 0.86 0.6
HSL 353.33º 0.94% 0.21% -
HSV(B) 353.33º 0.97% 0.4% -
XYZ 5.59 2.92 0.68 -
YUV 33.86 116.8 176.61 -
System Red Green Blue C M Y K H S L
Decimal 102 3 14 0 0.97 0.86 0.6 353.33 0.94 0.21
Hex 66 3 E 0 61 56 3C 161 5E 15
Octal 146 3 16 0 141 126 74 541 136 25
Binary 1100110 11 1110 0 1100001 1010110 111100 101100001 1011110 10101

Color Harmonies of #66030E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66030E

Black with #66030E

Text Example


Text Example

White with #66030E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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