Html Css Color HEX #66041A Burgundy

📋 copy color: '#66041A'

red 102 ◦ green 4 ◦ blue 26

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

Shades of Burgundy #66041A

Tints of Burgundy #66041A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.03%

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

R = 77.27%
G = 3.03%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.75

 K value IS 0.6

RGB Variations

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

Color information

#66041A (or 0x66041A) is known color: Burgundy. HEX triplet: 66, 04 and 1A. RGB value is (102,4,26). Sum of RGB (Red+Green+Blue) = 102+4+26=132 (17% of max value = 765). Red value is 102 (40.23% from 255 or 77.27% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 102 - color contains mainly: red. Hex color #66041A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66041A is #99FBE5. Grayscale: #232323. Windows color (decimal): -10091494 or 1705062. OLE color: 1705062.

HSL color Cylindrical-coordinate representation of color #66041A: hue angle of 346.53º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66041A is Cyan = 0, Magento = 0.96, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 4 26 -
CMYK 0 0.96 0.75 0.6
HSL 346.53º 0.92% 0.21% -
HSV(B) 346.53º 0.96% 0.4% -
XYZ 5.71 2.99 1.25 -
YUV 35.81 122.47 175.21 -
System Red Green Blue C M Y K H S L
Decimal 102 4 26 0 0.96 0.75 0.6 346.53 0.92 0.21
Hex 66 4 1A 0 60 4B 3C 15B 5C 15
Octal 146 4 32 0 140 113 74 533 134 25
Binary 1100110 100 11010 0 1100000 1001011 111100 101011011 1011100 10101

Color Harmonies of #66041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66041A

Black with #66041A

Text Example


Text Example

White with #66041A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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