Html Css Color HEX #750C20 Burgundy

📋 copy color: '#750C20'

red 117 ◦ green 12 ◦ blue 32

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

Shades of Burgundy #750C20

Tints of Burgundy #750C20

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.45%

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

R = 72.67%
G = 7.45%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#750C20 (or 0x750C20) is known color: Burgundy. HEX triplet: 75, 0C and 20. RGB value is (117,12,32). Sum of RGB (Red+Green+Blue) = 117+12+32=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #750C20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750C20 is #8AF3DF. Grayscale: #2D2D2D. Windows color (decimal): -9106400 or 2100341. OLE color: 2100341.

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

Color convert

RGB 117 12 32 -
CMYK 0 0.90 0.73 0.54
HSL 348.57º 0.81% 0.25% -
HSV(B) 348.57º 0.9% 0.46% -
XYZ 7.73 4.15 1.76 -
YUV 45.68 120.29 178.87 -
System Red Green Blue C M Y K H S L
Decimal 117 12 32 0 0.90 0.73 0.54 348.57 0.81 0.25
Hex 75 C 20 0 5A 49 36 15D 51 19
Octal 165 14 40 0 132 111 66 535 121 31
Binary 1110101 1100 100000 0 1011010 1001001 110110 101011101 1010001 11001

Color Harmonies of #750C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750C20

Black with #750C20

Text Example


Text Example

White with #750C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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