Html Css Color HEX #66010F Burgundy

📋 copy color: '#66010F'

red 102 ◦ green 1 ◦ blue 15

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

Shades of Burgundy #66010F

Tints of Burgundy #66010F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 12.71%

R = 86.44%
G = 0.85%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.6

RGB Variations

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

Color information

#66010F (or 0x66010F) is known color: Burgundy. HEX triplet: 66, 01 and 0F. RGB value is (102,1,15). Sum of RGB (Red+Green+Blue) = 102+1+15=118 (15% of max value = 765). Red value is 102 (40.23% from 255 or 86.44% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 15 (6.25% from 255 or 12.71% from 118); Max value from RGB is 102 - color contains mainly: red. Hex color #66010F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66010F is #99FEF0. Grayscale: #202020. Windows color (decimal): -10092273 or 983398. OLE color: 983398.

HSL color Cylindrical-coordinate representation of color #66010F: hue angle of 351.68º 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 #66010F is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 1 15 -
CMYK 0 0.99 0.85 0.6
HSL 351.68º 0.98% 0.2% -
HSV(B) 351.68º 0.99% 0.4% -
XYZ 5.58 2.88 0.71 -
YUV 32.8 117.96 177.36 -
System Red Green Blue C M Y K H S L
Decimal 102 1 15 0 0.99 0.85 0.6 351.68 0.98 0.2
Hex 66 1 F 0 63 55 3C 160 62 14
Octal 146 1 17 0 143 125 74 540 142 24
Binary 1100110 1 1111 0 1100011 1010101 111100 101100000 1100010 10100

Color Harmonies of #66010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66010F

Black with #66010F

Text Example


Text Example

White with #66010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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