#752329

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

Shades of Red Berry #752329

Tints of Red Berry #752329

Color information

#752329 (or 0x752329) is unknown color: approx Red Berry. HEX triplet: 75, 23 and 29. RGB value is (117,35,41). Sum of RGB (Red+Green+Blue) = 117+35+41=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 41 (16.41% from 255 or 21.24% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #752329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752329 is #8ADCD6. Grayscale: #3C3C3C. Windows color (decimal): -9100503 or 2696053. OLE color: 2696053.

HSL color Cylindrical-coordinate representation of color #752329: hue angle of 355.61º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #752329 is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1173541-
CMYK00.700.650.54
HSL355.61º53.95%29.8%-
HSV(B)355.61º70.09%45.88%-
XYZ8.345.142.65-
YUV60.2117.17168.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.62%
GREEN value IS 35 (14.06% from 255) = 18.13%
BLUE value IS 41 (16.41% from 255) = 21.24%
R=60.62%
G=18.13%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117354100.700.650.54355.6153.9529.8
Hex7523290464136164361e
Octal16543510106101665446636
Binary111010110001110100101000110100000111011010110010011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752329; }

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

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

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

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

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

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

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

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