Html Css Color HEX #66021F Burgundy

📋 copy color: '#66021F'

red 102 ◦ green 2 ◦ blue 31

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

Shades of Burgundy #66021F

Tints of Burgundy #66021F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.48%

 BLUE value IS 31 (12.5% from 255) = 22.96%

R = 75.56%
G = 1.48%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.6

RGB Variations

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

Color information

#66021F (or 0x66021F) is known color: Burgundy. HEX triplet: 66, 02 and 1F. RGB value is (102,2,31). Sum of RGB (Red+Green+Blue) = 102+2+31=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #66021F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66021F is #99FDE0. Grayscale: #232323. Windows color (decimal): -10092001 or 2032230. OLE color: 2032230.

HSL color Cylindrical-coordinate representation of color #66021F: hue angle of 342.6º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66021F is Cyan = 0, Magento = 0.98, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 2 31 -
CMYK 0 0.98 0.70 0.6
HSL 342.6º 0.96% 0.2% -
HSV(B) 342.6º 0.98% 0.4% -
XYZ 5.75 2.97 1.57 -
YUV 35.21 125.63 175.64 -
System Red Green Blue C M Y K H S L
Decimal 102 2 31 0 0.98 0.70 0.6 342.6 0.96 0.2
Hex 66 2 1F 0 62 46 3C 157 60 14
Octal 146 2 37 0 142 106 74 527 140 24
Binary 1100110 10 11111 0 1100010 1000110 111100 101010111 1100000 10100

Color Harmonies of #66021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66021F

Black with #66021F

Text Example


Text Example

White with #66021F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66021F; }

 p { color: rgb(102,2,31); }

 H1.HeaderClassName
 {
   color: #66021F;
 }
 .AnyTagClassName
 {
   color: #66021F;
 }
</style>

background-color css

<style>
 a { background-color: #66021F; }

 a { background-color: rgb(102,2,31); }

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

border-color css

<style>
 span { border-color: #66021F; }

 span { border-color: rgb(102,2,31); }

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