Html Css Color HEX #660521 Burgundy

📋 copy color: '#660521'

red 102 ◦ green 5 ◦ blue 33

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

Shades of Burgundy #660521

Tints of Burgundy #660521

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.57%

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

R = 72.86%
G = 3.57%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.6

RGB Variations

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

Color information

#660521 (or 0x660521) is known color: Burgundy. HEX triplet: 66, 05 and 21. RGB value is (102,5,33). Sum of RGB (Red+Green+Blue) = 102+5+33=140 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.86% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 102 - color contains mainly: red. Hex color #660521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660521 is #99FADE. Grayscale: #252525. Windows color (decimal): -10091231 or 2164070. OLE color: 2164070.

HSL color Cylindrical-coordinate representation of color #660521: hue angle of 342.68º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660521 is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 5 33 -
CMYK 0 0.95 0.68 0.6
HSL 342.68º 0.91% 0.21% -
HSV(B) 342.68º 0.95% 0.4% -
XYZ 5.81 3.04 1.72 -
YUV 37.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 102 5 33 0 0.95 0.68 0.6 342.68 0.91 0.21
Hex 66 5 21 0 5F 44 3C 157 5B 15
Octal 146 5 41 0 137 104 74 527 133 25
Binary 1100110 101 100001 0 1011111 1000100 111100 101010111 1011011 10101

Color Harmonies of #660521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660521

Black with #660521

Text Example


Text Example

White with #660521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660521; }

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

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

background-color css

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

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

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

border-color css

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

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

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