Html Css Color HEX #750712 Burgundy

📋 copy color: '#750712'

red 117 ◦ green 7 ◦ blue 18

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

Shades of Burgundy #750712

Tints of Burgundy #750712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.93%

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

R = 82.39%
G = 4.93%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#750712 (or 0x750712) is known color: Burgundy. HEX triplet: 75, 07 and 12. RGB value is (117,7,18). Sum of RGB (Red+Green+Blue) = 117+7+18=142 (18% of max value = 765). Red value is 117 (46.09% from 255 or 82.39% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 117 - color contains mainly: red. Hex color #750712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750712 is #8AF8ED. Grayscale: #292929. Windows color (decimal): -9107694 or 1181557. OLE color: 1181557.

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

Color convert

RGB 117 7 18 -
CMYK 0 0.94 0.85 0.54
HSL 354º 0.89% 0.24% -
HSV(B) 354º 0.94% 0.46% -
XYZ 7.52 3.98 0.94 -
YUV 41.14 114.94 182.11 -
System Red Green Blue C M Y K H S L
Decimal 117 7 18 0 0.94 0.85 0.54 354 0.89 0.24
Hex 75 7 12 0 5E 55 36 162 59 18
Octal 165 7 22 0 136 125 66 542 131 30
Binary 1110101 111 10010 0 1011110 1010101 110110 101100010 1011001 11000

Color Harmonies of #750712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750712

Black with #750712

Text Example


Text Example

White with #750712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750712; }

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

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

background-color css

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

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

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

border-color css

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

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

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