Html Css Color HEX #660022 Burgundy

📋 copy color: '#660022'

red 102 ◦ green 0 ◦ blue 34

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

Shades of Burgundy #660022

Tints of Burgundy #660022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 34 (13.67% from 255) = 25%

R = 75%
G = 0%
B = 25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.67

 K value IS 0.6

RGB Variations

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

Color information

#660022 (or 0x660022) is known color: Burgundy. HEX triplet: 66, 00 and 22. RGB value is (102,0,34). Sum of RGB (Red+Green+Blue) = 102+0+34=136 (18% of max value = 765). Red value is 102 (40.23% from 255 or 75% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 102 - color contains mainly: red. Hex color #660022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660022 is #99FFDD. Grayscale: #222222. Windows color (decimal): -10092510 or 2228326. OLE color: 2228326.

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

Color convert

RGB 102 0 34 -
CMYK 0 1 0.67 0.6
HSL 340º 1% 0.2% -
HSV(B) 340º 1% 0.4% -
XYZ 5.77 2.94 1.78 -
YUV 34.37 127.79 176.24 -
System Red Green Blue C M Y K H S L
Decimal 102 0 34 0 1 0.67 0.6 340 1 0.2
Hex 66 0 22 0 64 43 3C 154 64 14
Octal 146 0 42 0 144 103 74 524 144 24
Binary 1100110 0 100010 0 1100100 1000011 111100 101010100 1100100 10100

Color Harmonies of #660022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660022

Black with #660022

Text Example


Text Example

White with #660022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660022; }

 p { color: rgb(102,0,34); }

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

background-color css

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

 a { background-color: rgb(102,0,34); }

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

border-color css

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

 span { border-color: rgb(102,0,34); }

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