Html Css Color HEX #750528 Burgundy

📋 copy color: '#750528'

red 117 ◦ green 5 ◦ blue 40

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

Shades of Burgundy #750528

Tints of Burgundy #750528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 24.69%

R = 72.22%
G = 3.09%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.54

RGB Variations

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

Color information

#750528 (or 0x750528) is known color: Burgundy. HEX triplet: 75, 05 and 28. RGB value is (117,5,40). Sum of RGB (Red+Green+Blue) = 117+5+40=162 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.22% from 162); Green value is 5 (2.34% from 255 or 3.09% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 117 - color contains mainly: red. Hex color #750528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750528 is #8AFAD7. Grayscale: #2A2A2A. Windows color (decimal): -9108184 or 2622837. OLE color: 2622837.

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

Color convert

RGB 117 5 40 -
CMYK 0 0.96 0.66 0.54
HSL 341.25º 0.92% 0.24% -
HSV(B) 341.25º 0.96% 0.46% -
XYZ 7.77 4.04 2.38 -
YUV 42.48 126.61 181.15 -
System Red Green Blue C M Y K H S L
Decimal 117 5 40 0 0.96 0.66 0.54 341.25 0.92 0.24
Hex 75 5 28 0 60 42 36 155 5C 18
Octal 165 5 50 0 140 102 66 525 134 30
Binary 1110101 101 101000 0 1100000 1000010 110110 101010101 1011100 11000

Color Harmonies of #750528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750528

Black with #750528

Text Example


Text Example

White with #750528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750528; }

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

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

background-color css

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

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

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

border-color css

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

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

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