Html Css Color HEX #750521 Burgundy

📋 copy color: '#750521'

red 117 ◦ green 5 ◦ blue 33

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

Shades of Burgundy #750521

Tints of Burgundy #750521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 21.29%

R = 75.48%
G = 3.23%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.54

RGB Variations

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

Color information

#750521 (or 0x750521) is known color: Burgundy. HEX triplet: 75, 05 and 21. RGB value is (117,5,33). Sum of RGB (Red+Green+Blue) = 117+5+33=155 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75.48% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 117 - color contains mainly: red. Hex color #750521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750521 is #8AFADE. Grayscale: #292929. Windows color (decimal): -9108191 or 2164085. OLE color: 2164085.

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

Color convert

RGB 117 5 33 -
CMYK 0 0.96 0.72 0.54
HSL 345º 0.92% 0.24% -
HSV(B) 345º 0.96% 0.46% -
XYZ 7.66 4 1.81 -
YUV 41.68 123.11 181.72 -
System Red Green Blue C M Y K H S L
Decimal 117 5 33 0 0.96 0.72 0.54 345 0.92 0.24
Hex 75 5 21 0 60 48 36 159 5C 18
Octal 165 5 41 0 140 110 66 531 134 30
Binary 1110101 101 100001 0 1100000 1001000 110110 101011001 1011100 11000

Color Harmonies of #750521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #750521

Black with #750521

Text Example


Text Example

White with #750521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #750521; }

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

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

background-color css

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

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

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

border-color css

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

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

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