Html Css Color HEX #750529 Burgundy

📋 copy color: '#750529'

red 117 ◦ green 5 ◦ blue 41

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

Shades of Burgundy #750529

Tints of Burgundy #750529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.15%

R = 71.78%
G = 3.07%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#750529 (or 0x750529) is known color: Burgundy. HEX triplet: 75, 05 and 29. RGB value is (117,5,41). Sum of RGB (Red+Green+Blue) = 117+5+41=163 (21% of max value = 765). Red value is 117 (46.09% from 255 or 71.78% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 117 - color contains mainly: red. Hex color #750529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750529 is #8AFAD6. Grayscale: #2A2A2A. Windows color (decimal): -9108183 or 2688373. OLE color: 2688373.

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

Color convert

RGB 117 5 41 -
CMYK 0 0.96 0.65 0.54
HSL 340.71º 0.92% 0.24% -
HSV(B) 340.71º 0.96% 0.46% -
XYZ 7.79 4.05 2.47 -
YUV 42.59 127.11 181.07 -
System Red Green Blue C M Y K H S L
Decimal 117 5 41 0 0.96 0.65 0.54 340.71 0.92 0.24
Hex 75 5 29 0 60 41 36 155 5C 18
Octal 165 5 51 0 140 101 66 525 134 30
Binary 1110101 101 101001 0 1100000 1000001 110110 101010101 1011100 11000

Color Harmonies of #750529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750529

Black with #750529

Text Example


Text Example

White with #750529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750529; }

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

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

background-color css

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

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

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

border-color css

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

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

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