#75232A

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

Shades of Red Berry #75232A

Tints of Red Berry #75232A

Color information

#75232A (or 0x75232A) is unknown color: approx Red Berry. HEX triplet: 75, 23 and 2A. RGB value is (117,35,42). Sum of RGB (Red+Green+Blue) = 117+35+42=194 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.31% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 117 - color contains mainly: red. Hex color #75232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75232A is #8ADCD5. Grayscale: #3C3C3C. Windows color (decimal): -9100502 or 2761589. OLE color: 2761589.

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

Color convert

RGB1173542-
CMYK00.700.640.54
HSL354.88º53.95%29.8%-
HSV(B)354.88º70.09%45.88%-
XYZ8.365.152.74-
YUV60.32117.67168.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.31%
GREEN value IS 35 (14.06% from 255) = 18.04%
BLUE value IS 42 (16.80% from 255) = 21.65%
R=60.31%
G=18.04%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117354200.700.640.54354.8853.9529.8
Hex75232A0464036163361e
Octal16543520106100665436636
Binary111010110001110101001000110100000011011010110001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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