#75242D

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

Shades of Red Berry #75242D

Tints of Red Berry #75242D

Color information

#75242D (or 0x75242D) is unknown color: approx Red Berry. HEX triplet: 75, 24 and 2D. RGB value is (117,36,45). Sum of RGB (Red+Green+Blue) = 117+36+45=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 45 (17.97% from 255 or 22.73% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #75242D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75242D is #8ADBD2. Grayscale: #3D3D3D. Windows color (decimal): -9100243 or 2958453. OLE color: 2958453.

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

Color convert

RGB1173645-
CMYK00.690.620.54
HSL353.33º52.94%30%-
HSV(B)353.33º69.23%45.88%-
XYZ8.445.233.05-
YUV61.24118.84167.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.09%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 45 (17.97% from 255) = 22.73%
R=59.09%
G=18.18%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117364500.690.620.54353.3352.9430
Hex75242D0453E36161351e
Octal1654455010576665416536
Binary11101011001001011010100010111111011011010110000111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75242D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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