Html Css Color HEX #750020 Burgundy

📋 copy color: '#750020'

red 117 ◦ green 0 ◦ blue 32

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

Shades of Burgundy #750020

Tints of Burgundy #750020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 78.52%
G = 0%
B = 21.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#750020 (or 0x750020) is known color: Burgundy. HEX triplet: 75, 00 and 20. RGB value is (117,0,32). Sum of RGB (Red+Green+Blue) = 117+0+32=149 (19% of max value = 765). Red value is 117 (46.09% from 255 or 78.52% from 149); Green value is 0 (0.39% from 255 or 0% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 117 - color contains mainly: red. Hex color #750020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750020 is #8AFFDF. Grayscale: #262626. Windows color (decimal): -9109472 or 2097269. OLE color: 2097269.

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

Color convert

RGB 117 0 32 -
CMYK 0 1 0.73 0.54
HSL 343.59º 1% 0.23% -
HSV(B) 343.59º 1% 0.46% -
XYZ 7.6 3.89 1.72 -
YUV 38.63 124.26 183.9 -
System Red Green Blue C M Y K H S L
Decimal 117 0 32 0 1 0.73 0.54 343.59 1 0.23
Hex 75 0 20 0 64 49 36 158 64 17
Octal 165 0 40 0 144 111 66 530 144 27
Binary 1110101 0 100000 0 1100100 1001001 110110 101011000 1100100 10111

Color Harmonies of #750020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750020

Black with #750020

Text Example


Text Example

White with #750020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750020; }

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

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

background-color css

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

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

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

border-color css

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

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

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