Html Css Color HEX #750524 Burgundy

📋 copy color: '#750524'

red 117 ◦ green 5 ◦ blue 36

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

Shades of Burgundy #750524

Tints of Burgundy #750524

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.16%

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

R = 74.05%
G = 3.16%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#750524 (or 0x750524) is known color: Burgundy. HEX triplet: 75, 05 and 24. RGB value is (117,5,36). Sum of RGB (Red+Green+Blue) = 117+5+36=158 (20% of max value = 765). Red value is 117 (46.09% from 255 or 74.05% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 117 - color contains mainly: red. Hex color #750524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750524 is #8AFADB. Grayscale: #2A2A2A. Windows color (decimal): -9108188 or 2360693. OLE color: 2360693.

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

Color convert

RGB 117 5 36 -
CMYK 0 0.96 0.69 0.54
HSL 343.39º 0.92% 0.24% -
HSV(B) 343.39º 0.96% 0.46% -
XYZ 7.71 4.02 2.04 -
YUV 42.02 124.61 181.48 -
System Red Green Blue C M Y K H S L
Decimal 117 5 36 0 0.96 0.69 0.54 343.39 0.92 0.24
Hex 75 5 24 0 60 45 36 157 5C 18
Octal 165 5 44 0 140 105 66 527 134 30
Binary 1110101 101 100100 0 1100000 1000101 110110 101010111 1011100 11000

Color Harmonies of #750524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750524

Black with #750524

Text Example


Text Example

White with #750524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750524; }

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

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

background-color css

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

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

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

border-color css

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

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

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