Html Css Color HEX #66031A Burgundy

📋 copy color: '#66031A'

red 102 ◦ green 3 ◦ blue 26

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

Shades of Burgundy #66031A

Tints of Burgundy #66031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 19.85%

R = 77.86%
G = 2.29%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#66031A (or 0x66031A) is known color: Burgundy. HEX triplet: 66, 03 and 1A. RGB value is (102,3,26). Sum of RGB (Red+Green+Blue) = 102+3+26=131 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.86% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 26 (10.55% from 255 or 19.85% from 131); Max value from RGB is 102 - color contains mainly: red. Hex color #66031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66031A is #99FCE5. Grayscale: #232323. Windows color (decimal): -10091750 or 1704806. OLE color: 1704806.

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

Color convert

RGB 102 3 26 -
CMYK 0 0.97 0.75 0.6
HSL 346.06º 0.94% 0.21% -
HSV(B) 346.06º 0.97% 0.4% -
XYZ 5.7 2.96 1.25 -
YUV 35.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 102 3 26 0 0.97 0.75 0.6 346.06 0.94 0.21
Hex 66 3 1A 0 61 4B 3C 15A 5E 15
Octal 146 3 32 0 141 113 74 532 136 25
Binary 1100110 11 11010 0 1100001 1001011 111100 101011010 1011110 10101

Color Harmonies of #66031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66031A

Black with #66031A

Text Example


Text Example

White with #66031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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