#75232C

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

Shades of Red Berry #75232C

Tints of Red Berry #75232C

Color information

#75232C (or 0x75232C) is unknown color: approx Red Berry. HEX triplet: 75, 23 and 2C. RGB value is (117,35,44). Sum of RGB (Red+Green+Blue) = 117+35+44=196 (25% of max value = 765). Red value is 117 (46.09% from 255 or 59.69% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 117 - color contains mainly: red. Hex color #75232C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75232C is #8ADCD3. Grayscale: #3C3C3C. Windows color (decimal): -9100500 or 2892661. OLE color: 2892661.

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

Color convert

RGB1173544-
CMYK00.700.620.54
HSL353.41º53.95%29.8%-
HSV(B)353.41º70.09%45.88%-
XYZ8.395.172.94-
YUV60.54118.67168.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.69%
GREEN value IS 35 (14.06% from 255) = 17.86%
BLUE value IS 44 (17.58% from 255) = 22.45%
R=59.69%
G=17.86%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117354400.700.620.54353.4153.9529.8
Hex75232C0463E36161361e
Octal1654354010676665416636
Binary11101011000111011000100011011111011011010110000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75232C; }

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

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

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

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

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

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

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

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