Html Css Color HEX #750124 Burgundy

📋 copy color: '#750124'

red 117 ◦ green 1 ◦ blue 36

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

Shades of Burgundy #750124

Tints of Burgundy #750124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 36 (14.45% from 255) = 23.38%

R = 75.97%
G = 0.65%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#750124 (or 0x750124) is known color: Burgundy. HEX triplet: 75, 01 and 24. RGB value is (117,1,36). Sum of RGB (Red+Green+Blue) = 117+1+36=154 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.97% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 117 - color contains mainly: red. Hex color #750124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750124 is #8AFEDB. Grayscale: #272727. Windows color (decimal): -9109212 or 2359669. OLE color: 2359669.

HSL color Cylindrical-coordinate representation of color #750124: hue angle of 341.9º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750124 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 1 36 -
CMYK 0 0.99 0.69 0.54
HSL 341.9º 0.98% 0.23% -
HSV(B) 341.9º 0.99% 0.46% -
XYZ 7.67 3.93 2.02 -
YUV 39.67 125.93 183.15 -
System Red Green Blue C M Y K H S L
Decimal 117 1 36 0 0.99 0.69 0.54 341.9 0.98 0.23
Hex 75 1 24 0 63 45 36 156 62 17
Octal 165 1 44 0 143 105 66 526 142 27
Binary 1110101 1 100100 0 1100011 1000101 110110 101010110 1100010 10111

Color Harmonies of #750124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750124

Black with #750124

Text Example


Text Example

White with #750124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750124; }

 p { color: rgb(117,1,36); }

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

background-color css

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

 a { background-color: rgb(117,1,36); }

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

border-color css

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

 span { border-color: rgb(117,1,36); }

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