Html Css Color HEX #66010A Burgundy

📋 copy color: '#66010A'

red 102 ◦ green 1 ◦ blue 10

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

Shades of Burgundy #66010A

Tints of Burgundy #66010A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.85%

R = 90.27%
G = 0.88%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.6

RGB Variations

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

Color information

#66010A (or 0x66010A) is known color: Burgundy. HEX triplet: 66, 01 and 0A. RGB value is (102,1,10). Sum of RGB (Red+Green+Blue) = 102+1+10=113 (14% of max value = 765). Red value is 102 (40.23% from 255 or 90.27% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 10 (4.30% from 255 or 8.85% from 113); Max value from RGB is 102 - color contains mainly: red. Hex color #66010A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #66010A is #99FEF5. Grayscale: #202020. Windows color (decimal): -10092278 or 655718. OLE color: 655718.

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

Color convert

RGB 102 1 10 -
CMYK 0 0.99 0.90 0.6
HSL 354.65º 0.98% 0.2% -
HSV(B) 354.65º 0.99% 0.4% -
XYZ 5.55 2.87 0.55 -
YUV 32.23 115.46 177.77 -
System Red Green Blue C M Y K H S L
Decimal 102 1 10 0 0.99 0.90 0.6 354.65 0.98 0.2
Hex 66 1 A 0 63 5A 3C 163 62 14
Octal 146 1 12 0 143 132 74 543 142 24
Binary 1100110 1 1010 0 1100011 1011010 111100 101100011 1100010 10100

Color Harmonies of #66010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66010A

Black with #66010A

Text Example


Text Example

White with #66010A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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