#75142A

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

Shades of Red Berry #75142A

Tints of Red Berry #75142A

Color information

#75142A (or 0x75142A) is unknown color: approx Red Berry. HEX triplet: 75, 14 and 2A. RGB value is (117,20,42). Sum of RGB (Red+Green+Blue) = 117+20+42=179 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.36% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 117 - color contains mainly: red. Hex color #75142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75142A is #8AEBD5. Grayscale: #333333. Windows color (decimal): -9104342 or 2757749. OLE color: 2757749.

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

Color convert

RGB1172042-
CMYK00.830.640.54
HSL346.39º70.8%26.86%-
HSV(B)346.39º82.91%45.88%-
XYZ84.452.63-
YUV51.51122.64174.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 65.36%
GREEN value IS 20 (8.20% from 255) = 11.17%
BLUE value IS 42 (16.80% from 255) = 23.46%
R=65.36%
G=11.17%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117204200.830.640.54346.3970.826.86
Hex75142A053403615a471b
Octal165245201231006653210733
Binary111010110100101010010100111000000110110101011010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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