Html Css Color HEX #750820 Burgundy

📋 copy color: '#750820'

red 117 ◦ green 8 ◦ blue 32

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

Shades of Burgundy #750820

Tints of Burgundy #750820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.1%

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

R = 74.52%
G = 5.1%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#750820 (or 0x750820) is known color: Burgundy. HEX triplet: 75, 08 and 20. RGB value is (117,8,32). Sum of RGB (Red+Green+Blue) = 117+8+32=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #750820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750820 is #8AF7DF. Grayscale: #2B2B2B. Windows color (decimal): -9107424 or 2099317. OLE color: 2099317.

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

Color convert

RGB 117 8 32 -
CMYK 0 0.93 0.73 0.54
HSL 346.79º 0.87% 0.25% -
HSV(B) 346.79º 0.93% 0.46% -
XYZ 7.68 4.06 1.75 -
YUV 43.33 121.61 180.55 -
System Red Green Blue C M Y K H S L
Decimal 117 8 32 0 0.93 0.73 0.54 346.79 0.87 0.25
Hex 75 8 20 0 5D 49 36 15B 57 19
Octal 165 10 40 0 135 111 66 533 127 31
Binary 1110101 1000 100000 0 1011101 1001001 110110 101011011 1010111 11001

Color Harmonies of #750820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750820

Black with #750820

Text Example


Text Example

White with #750820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750820; }

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

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

background-color css

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

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

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

border-color css

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

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

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