Html Css Color HEX #750512 Burgundy

📋 copy color: '#750512'

red 117 ◦ green 5 ◦ blue 18

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

Shades of Burgundy #750512

Tints of Burgundy #750512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.57%

 BLUE value IS 18 (7.42% from 255) = 12.86%

R = 83.57%
G = 3.57%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#750512 (or 0x750512) is known color: Burgundy. HEX triplet: 75, 05 and 12. RGB value is (117,5,18). Sum of RGB (Red+Green+Blue) = 117+5+18=140 (18% of max value = 765). Red value is 117 (46.09% from 255 or 83.57% from 140); Green value is 5 (2.34% from 255 or 3.57% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 117 - color contains mainly: red. Hex color #750512 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750512 is #8AFAED. Grayscale: #282828. Windows color (decimal): -9108206 or 1181045. OLE color: 1181045.

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

Color convert

RGB 117 5 18 -
CMYK 0 0.96 0.85 0.54
HSL 353.04º 0.92% 0.24% -
HSV(B) 353.04º 0.96% 0.46% -
XYZ 7.5 3.93 0.94 -
YUV 39.97 115.61 182.94 -
System Red Green Blue C M Y K H S L
Decimal 117 5 18 0 0.96 0.85 0.54 353.04 0.92 0.24
Hex 75 5 12 0 60 55 36 161 5C 18
Octal 165 5 22 0 140 125 66 541 134 30
Binary 1110101 101 10010 0 1100000 1010101 110110 101100001 1011100 11000

Color Harmonies of #750512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750512

Black with #750512

Text Example


Text Example

White with #750512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750512; }

 p { color: rgb(117,5,18); }

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

background-color css

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

 a { background-color: rgb(117,5,18); }

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

border-color css

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

 span { border-color: rgb(117,5,18); }

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