Html Css Color HEX #66000E Burgundy

📋 copy color: '#66000E'

red 102 ◦ green 0 ◦ blue 14

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

Shades of Burgundy #66000E

Tints of Burgundy #66000E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 87.93%
G = 0%
B = 12.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.6

RGB Variations

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

Color information

#66000E (or 0x66000E) is known color: Burgundy. HEX triplet: 66, 00 and 0E. RGB value is (102,0,14). Sum of RGB (Red+Green+Blue) = 102+0+14=116 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.93% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 14 (5.86% from 255 or 12.07% from 116); Max value from RGB is 102 - color contains mainly: red. Hex color #66000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66000E is #99FFF1. Grayscale: #202020. Windows color (decimal): -10092530 or 917606. OLE color: 917606.

HSL color Cylindrical-coordinate representation of color #66000E: hue angle of 351.76º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66000E is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 0 14 -
CMYK 0 1 0.86 0.6
HSL 351.76º 1% 0.2% -
HSV(B) 351.76º 1% 0.4% -
XYZ 5.56 2.86 0.67 -
YUV 32.09 117.79 177.86 -
System Red Green Blue C M Y K H S L
Decimal 102 0 14 0 1 0.86 0.6 351.76 1 0.2
Hex 66 0 E 0 64 56 3C 160 64 14
Octal 146 0 16 0 144 126 74 540 144 24
Binary 1100110 0 1110 0 1100100 1010110 111100 101100000 1100100 10100

Color Harmonies of #66000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66000E

Black with #66000E

Text Example


Text Example

White with #66000E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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