#75142C

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

Shades of Red Berry #75142C

Tints of Red Berry #75142C

Color information

#75142C (or 0x75142C) is unknown color: approx Red Berry. HEX triplet: 75, 14 and 2C. RGB value is (117,20,44). Sum of RGB (Red+Green+Blue) = 117+20+44=181 (23% of max value = 765). Red value is 117 (46.09% from 255 or 64.64% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 117 - color contains mainly: red. Hex color #75142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75142C is #8AEBD3. Grayscale: #333333. Windows color (decimal): -9104340 or 2888821. OLE color: 2888821.

HSL color Cylindrical-coordinate representation of color #75142C: hue angle of 345.15º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75142C is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1172044-
CMYK00.830.620.54
HSL345.15º70.8%26.86%-
HSV(B)345.15º82.91%45.88%-
XYZ8.044.462.82-
YUV51.74123.64174.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 64.64%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 44 (17.58% from 255) = 24.31%
R=64.64%
G=11.05%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117204400.830.620.54345.1570.826.86
Hex75142C0533E36159471b
Octal16524540123766653110733
Binary11101011010010110001010011111110110110101011001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75142C; }

 p { color: rgb(117,20,44); }

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

<style>
 a { background-color: #75142C; }

 a { background-color: rgb(117,20,44); }

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

<style>
 span { border-color: #75142C; }

 span { border-color: rgb(117,20,44); }

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