Html Css Color HEX #750424 Burgundy

📋 copy color: '#750424'

red 117 ◦ green 4 ◦ blue 36

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

Shades of Burgundy #750424

Tints of Burgundy #750424

RGB

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

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

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

R = 74.52%
G = 2.55%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#750424 (or 0x750424) is known color: Burgundy. HEX triplet: 75, 04 and 24. RGB value is (117,4,36). Sum of RGB (Red+Green+Blue) = 117+4+36=157 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.52% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 117 - color contains mainly: red. Hex color #750424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750424 is #8AFBDB. Grayscale: #292929. Windows color (decimal): -9108444 or 2360437. OLE color: 2360437.

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

Color convert

RGB 117 4 36 -
CMYK 0 0.97 0.69 0.54
HSL 343.01º 0.93% 0.24% -
HSV(B) 343.01º 0.97% 0.46% -
XYZ 7.7 4 2.03 -
YUV 41.44 124.94 181.9 -
System Red Green Blue C M Y K H S L
Decimal 117 4 36 0 0.97 0.69 0.54 343.01 0.93 0.24
Hex 75 4 24 0 61 45 36 157 5D 18
Octal 165 4 44 0 141 105 66 527 135 30
Binary 1110101 100 100100 0 1100001 1000101 110110 101010111 1011101 11000

Color Harmonies of #750424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750424

Black with #750424

Text Example


Text Example

White with #750424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750424; }

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

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

background-color css

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

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

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

border-color css

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

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

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