Html Css Color HEX #750313 Burgundy

📋 copy color: '#750313'

red 117 ◦ green 3 ◦ blue 19

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

Shades of Burgundy #750313

Tints of Burgundy #750313

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.16%

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

R = 84.17%
G = 2.16%
B = 13.67%

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

#750313 (or 0x750313) is known color: Burgundy. HEX triplet: 75, 03 and 13. RGB value is (117,3,19). Sum of RGB (Red+Green+Blue) = 117+3+19=139 (18% of max value = 765). Red value is 117 (46.09% from 255 or 84.17% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 117 - color contains mainly: red. Hex color #750313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #750313 is #8AFCEC. Grayscale: #262626. Windows color (decimal): -9108717 or 1246069. OLE color: 1246069.

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

Color convert

RGB 117 3 19 -
CMYK 0 0.97 0.84 0.54
HSL 351.58º 0.95% 0.24% -
HSV(B) 351.58º 0.97% 0.46% -
XYZ 7.49 3.89 0.97 -
YUV 38.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 117 3 19 0 0.97 0.84 0.54 351.58 0.95 0.24
Hex 75 3 13 0 61 54 36 160 5F 18
Octal 165 3 23 0 141 124 66 540 137 30
Binary 1110101 11 10011 0 1100001 1010100 110110 101100000 1011111 11000

Color Harmonies of #750313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750313

Black with #750313

Text Example


Text Example

White with #750313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750313; }

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

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

background-color css

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

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

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

border-color css

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

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

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