Html Css Color HEX #760222 Burgundy

📋 copy color: '#760222'

red 118 ◦ green 2 ◦ blue 34

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

Shades of Burgundy #760222

Tints of Burgundy #760222

RGB

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

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

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

R = 76.62%
G = 1.3%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.54

RGB Variations

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

Color information

#760222 (or 0x760222) is known color: Burgundy. HEX triplet: 76, 02 and 22. RGB value is (118,2,34). Sum of RGB (Red+Green+Blue) = 118+2+34=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #760222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760222 is #89FDDD. Grayscale: #282828. Windows color (decimal): -9043422 or 2228854. OLE color: 2228854.

HSL color Cylindrical-coordinate representation of color #760222: hue angle of 343.45º 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 #760222 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 2 34 -
CMYK 0 0.98 0.71 0.54
HSL 343.45º 0.97% 0.24% -
HSV(B) 343.45º 0.98% 0.46% -
XYZ 7.78 4.01 1.88 -
YUV 40.33 124.43 183.4 -
System Red Green Blue C M Y K H S L
Decimal 118 2 34 0 0.98 0.71 0.54 343.45 0.97 0.24
Hex 76 2 22 0 62 47 36 157 61 18
Octal 166 2 42 0 142 107 66 527 141 30
Binary 1110110 10 100010 0 1100010 1000111 110110 101010111 1100001 11000

Color Harmonies of #760222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760222

Black with #760222

Text Example


Text Example

White with #760222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760222; }

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

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

background-color css

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

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

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

border-color css

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

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

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