Html Css Color HEX #66010B Burgundy

📋 copy color: '#66010B'

red 102 ◦ green 1 ◦ blue 11

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

Shades of Burgundy #66010B

Tints of Burgundy #66010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

 BLUE value IS 11 (4.69% from 255) = 9.65%

R = 89.47%
G = 0.88%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.6

RGB Variations

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

Color information

#66010B (or 0x66010B) is known color: Burgundy. HEX triplet: 66, 01 and 0B. RGB value is (102,1,11). Sum of RGB (Red+Green+Blue) = 102+1+11=114 (15% of max value = 765). Red value is 102 (40.23% from 255 or 89.47% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 102 - color contains mainly: red. Hex color #66010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66010B is #99FEF4. Grayscale: #202020. Windows color (decimal): -10092277 or 721254. OLE color: 721254.

HSL color Cylindrical-coordinate representation of color #66010B: hue angle of 354.06º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66010B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 1 11 -
CMYK 0 0.99 0.89 0.6
HSL 354.06º 0.98% 0.2% -
HSV(B) 354.06º 0.99% 0.4% -
XYZ 5.55 2.87 0.58 -
YUV 32.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 102 1 11 0 0.99 0.89 0.6 354.06 0.98 0.2
Hex 66 1 B 0 63 59 3C 162 62 14
Octal 146 1 13 0 143 131 74 542 142 24
Binary 1100110 1 1011 0 1100011 1011001 111100 101100010 1100010 10100

Color Harmonies of #66010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66010B

Black with #66010B

Text Example


Text Example

White with #66010B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66010B; }

 p { color: rgb(102,1,11); }

 H1.HeaderClassName
 {
   color: #66010B;
 }
 .AnyTagClassName
 {
   color: #66010B;
 }
</style>

background-color css

<style>
 a { background-color: #66010B; }

 a { background-color: rgb(102,1,11); }

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

border-color css

<style>
 span { border-color: #66010B; }

 span { border-color: rgb(102,1,11); }

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