#75232D

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

Shades of Red Berry #75232D

Tints of Red Berry #75232D

Color information

#75232D (or 0x75232D) is unknown color: approx Red Berry. HEX triplet: 75, 23 and 2D. RGB value is (117,35,45). Sum of RGB (Red+Green+Blue) = 117+35+45=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #75232D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75232D is #8ADCD2. Grayscale: #3C3C3C. Windows color (decimal): -9100499 or 2958197. OLE color: 2958197.

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

Color convert

RGB1173545-
CMYK00.700.620.54
HSL352.68º53.95%29.8%-
HSV(B)352.68º70.09%45.88%-
XYZ8.415.173.04-
YUV60.66119.17168.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.39%
GREEN value IS 35 (14.06% from 255) = 17.77%
BLUE value IS 45 (17.97% from 255) = 22.84%
R=59.39%
G=17.77%
B=22.84%

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
Decimal117354500.700.620.54352.6853.9529.8
Hex75232D0463E36161361e
Octal1654355010676665416636
Binary11101011000111011010100011011111011011010110000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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