Html Css Color HEX #750831 Burgundy

📋 copy color: '#750831'

red 117 ◦ green 8 ◦ blue 49

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

Shades of Burgundy #750831

Tints of Burgundy #750831

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.6%

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

R = 67.24%
G = 4.6%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#750831 (or 0x750831) is known color: Burgundy. HEX triplet: 75, 08 and 31. RGB value is (117,8,49). Sum of RGB (Red+Green+Blue) = 117+8+49=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #750831 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750831 is #8AF7CE. Grayscale: #2D2D2D. Windows color (decimal): -9107407 or 3213429. OLE color: 3213429.

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

Color convert

RGB 117 8 49 -
CMYK 0 0.93 0.58 0.54
HSL 337.43º 0.87% 0.25% -
HSV(B) 337.43º 0.93% 0.46% -
XYZ 7.98 4.18 3.29 -
YUV 45.27 130.11 179.17 -
System Red Green Blue C M Y K H S L
Decimal 117 8 49 0 0.93 0.58 0.54 337.43 0.87 0.25
Hex 75 8 31 0 5D 3A 36 151 57 19
Octal 165 10 61 0 135 72 66 521 127 31
Binary 1110101 1000 110001 0 1011101 111010 110110 101010001 1010111 11001

Color Harmonies of #750831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750831

Black with #750831

Text Example


Text Example

White with #750831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750831; }

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

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

background-color css

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

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

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

border-color css

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

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

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