Html Css Color HEX #750D1F Burgundy

📋 copy color: '#750D1F'

red 117 ◦ green 13 ◦ blue 31

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

Shades of Burgundy #750D1F

Tints of Burgundy #750D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 19.25%

R = 72.67%
G = 8.07%
B = 19.25%

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

#750D1F (or 0x750D1F) is known color: Burgundy. HEX triplet: 75, 0D and 1F. RGB value is (117,13,31). Sum of RGB (Red+Green+Blue) = 117+13+31=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 31 (12.5% from 255 or 19.25% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #750D1F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750D1F is #8AF2E0. Grayscale: #2E2E2E. Windows color (decimal): -9106145 or 2035061. OLE color: 2035061.

HSL color Cylindrical-coordinate representation of color #750D1F: hue angle of 349.62º 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 #750D1F is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 13 31 -
CMYK 0 0.89 0.74 0.54
HSL 349.62º 0.8% 0.25% -
HSV(B) 349.62º 0.89% 0.46% -
XYZ 7.73 4.17 1.69 -
YUV 46.15 119.46 178.54 -
System Red Green Blue C M Y K H S L
Decimal 117 13 31 0 0.89 0.74 0.54 349.62 0.8 0.25
Hex 75 D 1F 0 59 4A 36 15E 50 19
Octal 165 15 37 0 131 112 66 536 120 31
Binary 1110101 1101 11111 0 1011001 1001010 110110 101011110 1010000 11001

Color Harmonies of #750D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750D1F

Black with #750D1F

Text Example


Text Example

White with #750D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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