Html Css Color HEX #750620 Burgundy

📋 copy color: '#750620'

red 117 ◦ green 6 ◦ blue 32

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

Shades of Burgundy #750620

Tints of Burgundy #750620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.87%

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

R = 75.48%
G = 3.87%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#750620 (or 0x750620) is known color: Burgundy. HEX triplet: 75, 06 and 20. RGB value is (117,6,32). Sum of RGB (Red+Green+Blue) = 117+6+32=155 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.48% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 117 - color contains mainly: red. Hex color #750620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750620 is #8AF9DF. Grayscale: #2A2A2A. Windows color (decimal): -9107936 or 2098805. OLE color: 2098805.

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

Color convert

RGB 117 6 32 -
CMYK 0 0.95 0.73 0.54
HSL 345.95º 0.9% 0.24% -
HSV(B) 345.95º 0.95% 0.46% -
XYZ 7.66 4.02 1.74 -
YUV 42.15 122.27 181.39 -
System Red Green Blue C M Y K H S L
Decimal 117 6 32 0 0.95 0.73 0.54 345.95 0.9 0.24
Hex 75 6 20 0 5F 49 36 15A 5A 18
Octal 165 6 40 0 137 111 66 532 132 30
Binary 1110101 110 100000 0 1011111 1001001 110110 101011010 1011010 11000

Color Harmonies of #750620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750620

Black with #750620

Text Example


Text Example

White with #750620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750620; }

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

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

background-color css

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

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

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

border-color css

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

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

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