#75232B

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

Shades of Red Berry #75232B

Tints of Red Berry #75232B

Color information

#75232B (or 0x75232B) is unknown color: approx Red Berry. HEX triplet: 75, 23 and 2B. RGB value is (117,35,43). Sum of RGB (Red+Green+Blue) = 117+35+43=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #75232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75232B is #8ADCD4. Grayscale: #3C3C3C. Windows color (decimal): -9100501 or 2827125. OLE color: 2827125.

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

Color convert

RGB1173543-
CMYK00.700.630.54
HSL354.15º53.95%29.8%-
HSV(B)354.15º70.09%45.88%-
XYZ8.375.162.84-
YUV60.43118.17168.35-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60%
GREEN value IS 35 (14.06% from 255) = 17.95%
BLUE value IS 43 (17.19% from 255) = 22.05%
R=60%
G=17.95%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117354300.700.630.54354.1553.9529.8
Hex75232B0463F36162361e
Octal1654353010677665426636
Binary11101011000111010110100011011111111011010110001011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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