Html Css Color HEX #66041B Burgundy

📋 copy color: '#66041B'

red 102 ◦ green 4 ◦ blue 27

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

Shades of Burgundy #66041B

Tints of Burgundy #66041B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 20.3%

R = 76.69%
G = 3.01%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.6

RGB Variations

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

Color information

#66041B (or 0x66041B) is known color: Burgundy. HEX triplet: 66, 04 and 1B. RGB value is (102,4,27). Sum of RGB (Red+Green+Blue) = 102+4+27=133 (17% of max value = 765). Red value is 102 (40.23% from 255 or 76.69% from 133); Green value is 4 (1.95% from 255 or 3.01% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 102 - color contains mainly: red. Hex color #66041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66041B is #99FBE4. Grayscale: #232323. Windows color (decimal): -10091493 or 1770598. OLE color: 1770598.

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

Color convert

RGB 102 4 27 -
CMYK 0 0.96 0.74 0.6
HSL 345.92º 0.92% 0.21% -
HSV(B) 345.92º 0.96% 0.4% -
XYZ 5.72 2.99 1.31 -
YUV 35.92 122.97 175.13 -
System Red Green Blue C M Y K H S L
Decimal 102 4 27 0 0.96 0.74 0.6 345.92 0.92 0.21
Hex 66 4 1B 0 60 4A 3C 15A 5C 15
Octal 146 4 33 0 140 112 74 532 134 25
Binary 1100110 100 11011 0 1100000 1001010 111100 101011010 1011100 10101

Color Harmonies of #66041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66041B

Black with #66041B

Text Example


Text Example

White with #66041B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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