Html Css Color HEX #660021 Burgundy

📋 copy color: '#660021'

red 102 ◦ green 0 ◦ blue 33

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

Shades of Burgundy #660021

Tints of Burgundy #660021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 24.44%

R = 75.56%
G = 0%
B = 24.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#660021 (or 0x660021) is known color: Burgundy. HEX triplet: 66, 00 and 21. RGB value is (102,0,33). Sum of RGB (Red+Green+Blue) = 102+0+33=135 (17% of max value = 765). Red value is 102 (40.23% from 255 or 75.56% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 102 - color contains mainly: red. Hex color #660021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660021 is #99FFDE. Grayscale: #222222. Windows color (decimal): -10092511 or 2162790. OLE color: 2162790.

HSL color Cylindrical-coordinate representation of color #660021: hue angle of 340.59º 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 #660021 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 0 33 -
CMYK 0 1 0.68 0.6
HSL 340.59º 1% 0.2% -
HSV(B) 340.59º 1% 0.4% -
XYZ 5.75 2.93 1.7 -
YUV 34.26 127.29 176.32 -
System Red Green Blue C M Y K H S L
Decimal 102 0 33 0 1 0.68 0.6 340.59 1 0.2
Hex 66 0 21 0 64 44 3C 155 64 14
Octal 146 0 41 0 144 104 74 525 144 24
Binary 1100110 0 100001 0 1100100 1000100 111100 101010101 1100100 10100

Color Harmonies of #660021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660021

Black with #660021

Text Example


Text Example

White with #660021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660021; }

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

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

background-color css

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

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

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

border-color css

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

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

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