Html Css Color HEX #750D1E Burgundy

📋 copy color: '#750D1E'

red 117 ◦ green 13 ◦ blue 30

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

Shades of Burgundy #750D1E

Tints of Burgundy #750D1E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 8.13%

 BLUE value IS 30 (12.11% from 255) = 18.75%

R = 73.13%
G = 8.13%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.54

RGB Variations

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

Color information

#750D1E (or 0x750D1E) is known color: Burgundy. HEX triplet: 75, 0D and 1E. RGB value is (117,13,30). Sum of RGB (Red+Green+Blue) = 117+13+30=160 (21% of max value = 765). Red value is 117 (46.09% from 255 or 73.12% from 160); Green value is 13 (5.47% from 255 or 8.12% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 117 - color contains mainly: red. Hex color #750D1E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750D1E is #8AF2E1. Grayscale: #2E2E2E. Windows color (decimal): -9106146 or 1969525. OLE color: 1969525.

HSL color Cylindrical-coordinate representation of color #750D1E: hue angle of 350.19º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #750D1E is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 13 30 -
CMYK 0 0.89 0.74 0.54
HSL 350.19º 0.8% 0.25% -
HSV(B) 350.19º 0.89% 0.46% -
XYZ 7.71 4.16 1.63 -
YUV 46.03 118.96 178.62 -
System Red Green Blue C M Y K H S L
Decimal 117 13 30 0 0.89 0.74 0.54 350.19 0.8 0.25
Hex 75 D 1E 0 59 4A 36 15E 50 19
Octal 165 15 36 0 131 112 66 536 120 31
Binary 1110101 1101 11110 0 1011001 1001010 110110 101011110 1010000 11001

Color Harmonies of #750D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750D1E

Black with #750D1E

Text Example


Text Example

White with #750D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750D1E; }

 p { color: rgb(117,13,30); }

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

background-color css

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

 a { background-color: rgb(117,13,30); }

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

border-color css

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

 span { border-color: rgb(117,13,30); }

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