Html Css Color HEX #750413 Burgundy

📋 copy color: '#750413'

red 117 ◦ green 4 ◦ blue 19

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

Shades of Burgundy #750413

Tints of Burgundy #750413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.86%

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

R = 83.57%
G = 2.86%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#750413 (or 0x750413) is known color: Burgundy. HEX triplet: 75, 04 and 13. RGB value is (117,4,19). Sum of RGB (Red+Green+Blue) = 117+4+19=140 (18% of max value = 765). Red value is 117 (46.09% from 255 or 83.57% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 117 - color contains mainly: red. Hex color #750413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750413 is #8AFBEC. Grayscale: #272727. Windows color (decimal): -9108461 or 1246325. OLE color: 1246325.

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

Color convert

RGB 117 4 19 -
CMYK 0 0.97 0.84 0.54
HSL 352.04º 0.93% 0.24% -
HSV(B) 352.04º 0.97% 0.46% -
XYZ 7.5 3.92 0.98 -
YUV 39.5 116.44 183.28 -
System Red Green Blue C M Y K H S L
Decimal 117 4 19 0 0.97 0.84 0.54 352.04 0.93 0.24
Hex 75 4 13 0 61 54 36 160 5D 18
Octal 165 4 23 0 141 124 66 540 135 30
Binary 1110101 100 10011 0 1100001 1010100 110110 101100000 1011101 11000

Color Harmonies of #750413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750413

Black with #750413

Text Example


Text Example

White with #750413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750413; }

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

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

background-color css

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

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

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

border-color css

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

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

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