#75242A

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

Shades of Red Berry #75242A

Tints of Red Berry #75242A

Color information

#75242A (or 0x75242A) is unknown color: approx Red Berry. HEX triplet: 75, 24 and 2A. RGB value is (117,36,42). Sum of RGB (Red+Green+Blue) = 117+36+42=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #75242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75242A is #8ADBD5. Grayscale: #3C3C3C. Windows color (decimal): -9100246 or 2761845. OLE color: 2761845.

HSL color Cylindrical-coordinate representation of color #75242A: hue angle of 355.56º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75242A is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB1173642-
CMYK00.690.640.54
HSL355.56º52.94%30%-
HSV(B)355.56º69.23%45.88%-
XYZ8.385.212.75-
YUV60.9117.34168.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60%
GREEN value IS 36 (14.45% from 255) = 18.46%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=60%
G=18.46%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117364200.690.640.54355.5652.9430
Hex75242A0454036164351e
Octal16544520105100665446536
Binary111010110010010101001000101100000011011010110010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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