Html Css Color HEX #750431 Burgundy

📋 copy color: '#750431'

red 117 ◦ green 4 ◦ blue 49

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

Shades of Burgundy #750431

Tints of Burgundy #750431

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 28.82%

R = 68.82%
G = 2.35%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#750431 (or 0x750431) is known color: Burgundy. HEX triplet: 75, 04 and 31. RGB value is (117,4,49). Sum of RGB (Red+Green+Blue) = 117+4+49=170 (22% of max value = 765). Red value is 117 (46.09% from 255 or 68.82% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 49 (19.53% from 255 or 28.82% from 170); Max value from RGB is 117 - color contains mainly: red. Hex color #750431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750431 is #8AFBCE. Grayscale: #2A2A2A. Windows color (decimal): -9108431 or 3212405. OLE color: 3212405.

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

Color convert

RGB 117 4 49 -
CMYK 0 0.97 0.58 0.54
HSL 336.11º 0.93% 0.24% -
HSV(B) 336.11º 0.97% 0.46% -
XYZ 7.93 4.09 3.28 -
YUV 42.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 117 4 49 0 0.97 0.58 0.54 336.11 0.93 0.24
Hex 75 4 31 0 61 3A 36 150 5D 18
Octal 165 4 61 0 141 72 66 520 135 30
Binary 1110101 100 110001 0 1100001 111010 110110 101010000 1011101 11000

Color Harmonies of #750431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750431

Black with #750431

Text Example


Text Example

White with #750431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750431; }

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

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

background-color css

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

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

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

border-color css

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

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

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