Html Css Color HEX #760221 Burgundy

📋 copy color: '#760221'

red 118 ◦ green 2 ◦ blue 33

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

Shades of Burgundy #760221

Tints of Burgundy #760221

RGB

 RED value IS 118 (46.48% from 255) = 77.12%

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

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

R = 77.12%
G = 1.31%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#760221 (or 0x760221) is known color: Burgundy. HEX triplet: 76, 02 and 21. RGB value is (118,2,33). Sum of RGB (Red+Green+Blue) = 118+2+33=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 33 (13.28% from 255 or 21.57% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #760221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760221 is #89FDDE. Grayscale: #282828. Windows color (decimal): -9043423 or 2163318. OLE color: 2163318.

HSL color Cylindrical-coordinate representation of color #760221: hue angle of 343.97º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #760221 is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 2 33 -
CMYK 0 0.98 0.72 0.54
HSL 343.97º 0.97% 0.24% -
HSV(B) 343.97º 0.98% 0.46% -
XYZ 7.77 4 1.8 -
YUV 40.22 123.93 183.48 -
System Red Green Blue C M Y K H S L
Decimal 118 2 33 0 0.98 0.72 0.54 343.97 0.97 0.24
Hex 76 2 21 0 62 48 36 158 61 18
Octal 166 2 41 0 142 110 66 530 141 30
Binary 1110110 10 100001 0 1100010 1001000 110110 101011000 1100001 11000

Color Harmonies of #760221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760221

Black with #760221

Text Example


Text Example

White with #760221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760221; }

 p { color: rgb(118,2,33); }

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

background-color css

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

 a { background-color: rgb(118,2,33); }

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

border-color css

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

 span { border-color: rgb(118,2,33); }

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