#70152A

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

Shades of Red Berry #70152A

Tints of Red Berry #70152A

Color information

#70152A (or 0x70152A) is unknown color: approx Red Berry. HEX triplet: 70, 15 and 2A. RGB value is (112,21,42). Sum of RGB (Red+Green+Blue) = 112+21+42=175 (23% of max value = 765). Red value is 112 (44.14% from 255 or 64% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 112 - color contains mainly: red. Hex color #70152A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70152A is #8FEAD5. Grayscale: #323232. Windows color (decimal): -9431766 or 2758000. OLE color: 2758000.

HSL color Cylindrical-coordinate representation of color #70152A: hue angle of 346.15º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #70152A is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1122142-
CMYK00.810.620.56
HSL346.15º68.42%26.08%-
HSV(B)346.15º81.25%43.92%-
XYZ7.374.152.6-
YUV50.6123.15171.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 64%
GREEN value IS 21 (8.59% from 255) = 12%
BLUE value IS 42 (16.80% from 255) = 24%
R=64%
G=12%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112214200.810.620.56346.1568.4226.08
Hex70152A0513E3815a441a
Octal16025520121767053210432
Binary11100001010110101001010001111110111000101011010100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,21,42); }

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

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

 a { background-color: rgb(112,21,42); }

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

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

 span { border-color: rgb(112,21,42); }

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