#750225

Color #750225 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #750225

Tints of Burgundy #750225

Color information

#750225 (or 0x750225) is unknown color: approx Burgundy. HEX triplet: 75, 02 and 25. RGB value is (117,2,37). Sum of RGB (Red+Green+Blue) = 117+2+37=156 (20% of max value = 765). Red value is 117 (46.09% from 255 or 75% from 156); Green value is 2 (1.17% from 255 or 1.28% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 117 - color contains mainly: red. Hex color #750225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750225 is #8AFDDA. Grayscale: #282828. Windows color (decimal): -9108955 or 2425461. OLE color: 2425461.

HSL color Cylindrical-coordinate representation of color #750225: hue angle of 341.74º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #750225 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB117237-
CMYK00.980.680.54
HSL341.74º96.64%23.33%-
HSV(B)341.74º98.29%45.88%-
XYZ7.693.962.11-
YUV40.38126.1182.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 75%
GREEN value IS 2 (1.17% from 255) = 1.28%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=75%
G=1.28%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11723700.980.680.54341.7496.6423.33
Hex7522506244361566117
Octal16524501421046652614127
Binary111010110100101011000101000100110110101010110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750225; }

 p { color: rgb(117,2,37); }

 H1.HeaderClassName
 {
   color: #750225;
 }
 .AnyTagClassName
 {
   color: #750225;
 }
</style>
background-color css

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

 a { background-color: rgb(117,2,37); }

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

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

 span { border-color: rgb(117,2,37); }

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