Html Css Color HEX #66041E Burgundy

📋 copy color: '#66041E'

red 102 ◦ green 4 ◦ blue 30

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

Shades of Burgundy #66041E

Tints of Burgundy #66041E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.06%

R = 75%
G = 2.94%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.6

RGB Variations

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

Color information

#66041E (or 0x66041E) is known color: Burgundy. HEX triplet: 66, 04 and 1E. RGB value is (102,4,30). Sum of RGB (Red+Green+Blue) = 102+4+30=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #66041E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66041E is #99FBE1. Grayscale: #242424. Windows color (decimal): -10091490 or 1967206. OLE color: 1967206.

HSL color Cylindrical-coordinate representation of color #66041E: hue angle of 344.08º 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 #66041E is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 4 30 -
CMYK 0 0.96 0.71 0.6
HSL 344.08º 0.92% 0.21% -
HSV(B) 344.08º 0.96% 0.4% -
XYZ 5.76 3.01 1.5 -
YUV 36.27 124.47 174.89 -
System Red Green Blue C M Y K H S L
Decimal 102 4 30 0 0.96 0.71 0.6 344.08 0.92 0.21
Hex 66 4 1E 0 60 47 3C 158 5C 15
Octal 146 4 36 0 140 107 74 530 134 25
Binary 1100110 100 11110 0 1100000 1000111 111100 101011000 1011100 10101

Color Harmonies of #66041E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66041E

Black with #66041E

Text Example


Text Example

White with #66041E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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