Html Css Color HEX #760220 Burgundy

📋 copy color: '#760220'

red 118 ◦ green 2 ◦ blue 32

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

Shades of Burgundy #760220

Tints of Burgundy #760220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 21.05%

R = 77.63%
G = 1.32%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#760220 (or 0x760220) is known color: Burgundy. HEX triplet: 76, 02 and 20. RGB value is (118,2,32). Sum of RGB (Red+Green+Blue) = 118+2+32=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #760220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760220 is #89FDDF. Grayscale: #282828. Windows color (decimal): -9043424 or 2097782. OLE color: 2097782.

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

Color convert

RGB 118 2 32 -
CMYK 0 0.98 0.73 0.54
HSL 344.48º 0.97% 0.24% -
HSV(B) 344.48º 0.98% 0.46% -
XYZ 7.75 4 1.73 -
YUV 40.1 123.43 183.56 -
System Red Green Blue C M Y K H S L
Decimal 118 2 32 0 0.98 0.73 0.54 344.48 0.97 0.24
Hex 76 2 20 0 62 49 36 158 61 18
Octal 166 2 40 0 142 111 66 530 141 30
Binary 1110110 10 100000 0 1100010 1001001 110110 101011000 1100001 11000

Color Harmonies of #760220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760220

Black with #760220

Text Example


Text Example

White with #760220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760220; }

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

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

background-color css

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

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

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

border-color css

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

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

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