Html Css Color HEX #750913 Burgundy

📋 copy color: '#750913'

red 117 ◦ green 9 ◦ blue 19

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

Shades of Burgundy #750913

Tints of Burgundy #750913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.1%

R = 80.69%
G = 6.21%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#750913 (or 0x750913) is known color: Burgundy. HEX triplet: 75, 09 and 13. RGB value is (117,9,19). Sum of RGB (Red+Green+Blue) = 117+9+19=145 (19% of max value = 765). Red value is 117 (46.09% from 255 or 80.69% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 117 - color contains mainly: red. Hex color #750913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750913 is #8AF6EC. Grayscale: #2A2A2A. Windows color (decimal): -9107181 or 1247605. OLE color: 1247605.

HSL color Cylindrical-coordinate representation of color #750913: hue angle of 354.44º 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 #750913 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 9 19 -
CMYK 0 0.92 0.84 0.54
HSL 354.44º 0.86% 0.25% -
HSV(B) 354.44º 0.92% 0.46% -
XYZ 7.55 4.02 0.99 -
YUV 42.43 114.78 181.19 -
System Red Green Blue C M Y K H S L
Decimal 117 9 19 0 0.92 0.84 0.54 354.44 0.86 0.25
Hex 75 9 13 0 5C 54 36 162 56 19
Octal 165 11 23 0 134 124 66 542 126 31
Binary 1110101 1001 10011 0 1011100 1010100 110110 101100010 1010110 11001

Color Harmonies of #750913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750913

Black with #750913

Text Example


Text Example

White with #750913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750913; }

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

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

background-color css

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

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

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

border-color css

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

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

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