Html Css Color HEX #750013 Burgundy

📋 copy color: '#750013'

red 117 ◦ green 0 ◦ blue 19

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

Shades of Burgundy #750013

Tints of Burgundy #750013

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 86.03%
G = 0%
B = 13.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#750013 (or 0x750013) is known color: Burgundy. HEX triplet: 75, 00 and 13. RGB value is (117,0,19). Sum of RGB (Red+Green+Blue) = 117+0+19=136 (18% of max value = 765). Red value is 117 (46.09% from 255 or 86.03% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 117 - color contains mainly: red. Hex color #750013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750013 is #8AFFEC. Grayscale: #252525. Windows color (decimal): -9109485 or 1245301. OLE color: 1245301.

HSL color Cylindrical-coordinate representation of color #750013: hue angle of 350.26º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750013 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 0 19 -
CMYK 0 1 0.84 0.54
HSL 350.26º 1% 0.23% -
HSV(B) 350.26º 1% 0.46% -
XYZ 7.45 3.83 0.96 -
YUV 37.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 117 0 19 0 1 0.84 0.54 350.26 1 0.23
Hex 75 0 13 0 64 54 36 15E 64 17
Octal 165 0 23 0 144 124 66 536 144 27
Binary 1110101 0 10011 0 1100100 1010100 110110 101011110 1100100 10111

Color Harmonies of #750013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750013

Black with #750013

Text Example


Text Example

White with #750013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750013; }

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

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

background-color css

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

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

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

border-color css

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

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

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