Html Css Color HEX #750527 Burgundy

📋 copy color: '#750527'

red 117 ◦ green 5 ◦ blue 39

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

Shades of Burgundy #750527

Tints of Burgundy #750527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 24.22%

R = 72.67%
G = 3.11%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#750527 (or 0x750527) is known color: Burgundy. HEX triplet: 75, 05 and 27. RGB value is (117,5,39). Sum of RGB (Red+Green+Blue) = 117+5+39=161 (21% of max value = 765). Red value is 117 (46.09% from 255 or 72.67% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 117 - color contains mainly: red. Hex color #750527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750527 is #8AFAD8. Grayscale: #2A2A2A. Windows color (decimal): -9108185 or 2557301. OLE color: 2557301.

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

Color convert

RGB 117 5 39 -
CMYK 0 0.96 0.67 0.54
HSL 341.79º 0.92% 0.24% -
HSV(B) 341.79º 0.96% 0.46% -
XYZ 7.76 4.04 2.29 -
YUV 42.36 126.11 181.24 -
System Red Green Blue C M Y K H S L
Decimal 117 5 39 0 0.96 0.67 0.54 341.79 0.92 0.24
Hex 75 5 27 0 60 43 36 156 5C 18
Octal 165 5 47 0 140 103 66 526 134 30
Binary 1110101 101 100111 0 1100000 1000011 110110 101010110 1011100 11000

Color Harmonies of #750527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750527

Black with #750527

Text Example


Text Example

White with #750527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750527; }

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

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

background-color css

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

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

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

border-color css

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

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

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