Html Css Color HEX #750912 Burgundy

📋 copy color: '#750912'

red 117 ◦ green 9 ◦ blue 18

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

Shades of Burgundy #750912

Tints of Burgundy #750912

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.25%

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

R = 81.25%
G = 6.25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#750912 (or 0x750912) is known color: Burgundy. HEX triplet: 75, 09 and 12. RGB value is (117,9,18). Sum of RGB (Red+Green+Blue) = 117+9+18=144 (19% of max value = 765). Red value is 117 (46.09% from 255 or 81.25% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 117 - color contains mainly: red. Hex color #750912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750912 is #8AF6ED. Grayscale: #2A2A2A. Windows color (decimal): -9107182 or 1182069. OLE color: 1182069.

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

Color convert

RGB 117 9 18 -
CMYK 0 0.92 0.85 0.54
HSL 355º 0.86% 0.25% -
HSV(B) 355º 0.92% 0.46% -
XYZ 7.54 4.02 0.95 -
YUV 42.32 114.28 181.27 -
System Red Green Blue C M Y K H S L
Decimal 117 9 18 0 0.92 0.85 0.54 355 0.86 0.25
Hex 75 9 12 0 5C 55 36 163 56 19
Octal 165 11 22 0 134 125 66 543 126 31
Binary 1110101 1001 10010 0 1011100 1010101 110110 101100011 1010110 11001

Color Harmonies of #750912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750912

Black with #750912

Text Example


Text Example

White with #750912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750912; }

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

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

background-color css

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

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

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

border-color css

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

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

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