Html Css Color HEX #750220 Burgundy

📋 copy color: '#750220'

red 117 ◦ green 2 ◦ blue 32

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

Shades of Burgundy #750220

Tints of Burgundy #750220

RGB

 RED value IS 117 (46.09% from 255) = 77.48%

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

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

R = 77.48%
G = 1.32%
B = 21.19%

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

#750220 (or 0x750220) is known color: Burgundy. HEX triplet: 75, 02 and 20. RGB value is (117,2,32). Sum of RGB (Red+Green+Blue) = 117+2+32=151 (20% of max value = 765). Red value is 117 (46.09% from 255 or 77.48% from 151); Green value is 2 (1.17% from 255 or 1.32% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 117 - color contains mainly: red. Hex color #750220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750220 is #8AFDDF. Grayscale: #272727. Windows color (decimal): -9108960 or 2097781. OLE color: 2097781.

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

Color convert

RGB 117 2 32 -
CMYK 0 0.98 0.73 0.54
HSL 344.35º 0.97% 0.23% -
HSV(B) 344.35º 0.98% 0.46% -
XYZ 7.62 3.93 1.72 -
YUV 39.81 123.6 183.06 -
System Red Green Blue C M Y K H S L
Decimal 117 2 32 0 0.98 0.73 0.54 344.35 0.97 0.23
Hex 75 2 20 0 62 49 36 158 61 17
Octal 165 2 40 0 142 111 66 530 141 27
Binary 1110101 10 100000 0 1100010 1001001 110110 101011000 1100001 10111

Color Harmonies of #750220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750220

Black with #750220

Text Example


Text Example

White with #750220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750220; }

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

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

background-color css

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

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

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

border-color css

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

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

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