Html Css Color HEX #750210 Burgundy

📋 copy color: '#750210'

red 117 ◦ green 2 ◦ blue 16

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

Shades of Burgundy #750210

Tints of Burgundy #750210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.85%

R = 86.67%
G = 1.48%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#750210 (or 0x750210) is known color: Burgundy. HEX triplet: 75, 02 and 10. RGB value is (117,2,16). Sum of RGB (Red+Green+Blue) = 117+2+16=135 (17% of max value = 765). Red value is 117 (46.09% from 255 or 86.67% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 117 - color contains mainly: red. Hex color #750210 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750210 is #8AFDEF. Grayscale: #262626. Windows color (decimal): -9108976 or 1049205. OLE color: 1049205.

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

Color convert

RGB 117 2 16 -
CMYK 0 0.98 0.86 0.54
HSL 352.7º 0.97% 0.23% -
HSV(B) 352.7º 0.98% 0.46% -
XYZ 7.45 3.86 0.84 -
YUV 37.98 115.6 184.36 -
System Red Green Blue C M Y K H S L
Decimal 117 2 16 0 0.98 0.86 0.54 352.7 0.97 0.23
Hex 75 2 10 0 62 56 36 161 61 17
Octal 165 2 20 0 142 126 66 541 141 27
Binary 1110101 10 10000 0 1100010 1010110 110110 101100001 1100001 10111

Color Harmonies of #750210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750210

Black with #750210

Text Example


Text Example

White with #750210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750210; }

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

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

background-color css

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

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

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

border-color css

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

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

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