#752324

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

Shades of Red Berry #752324

Tints of Red Berry #752324

Color information

#752324 (or 0x752324) is unknown color: approx Red Berry. HEX triplet: 75, 23 and 24. RGB value is (117,35,36). Sum of RGB (Red+Green+Blue) = 117+35+36=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 36 (14.45% from 255 or 19.15% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #752324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #752324 is #8ADCDB. Grayscale: #3B3B3B. Windows color (decimal): -9100508 or 2368373. OLE color: 2368373.

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

Color convert

RGB1173536-
CMYK00.700.690.54
HSL359.27º53.95%29.8%-
HSV(B)359.27º70.09%45.88%-
XYZ8.265.112.22-
YUV59.63114.67168.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.23%
GREEN value IS 35 (14.06% from 255) = 18.62%
BLUE value IS 36 (14.45% from 255) = 19.15%
R=62.23%
G=18.62%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117353600.700.690.54359.2753.9529.8
Hex7523240464536167361e
Octal16543440106105665476636
Binary111010110001110010001000110100010111011010110011111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752324; }

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

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

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

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

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

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

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

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