#70152B

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

Shades of Red Berry #70152B

Tints of Red Berry #70152B

Color information

#70152B (or 0x70152B) is unknown color: approx Red Berry. HEX triplet: 70, 15 and 2B. RGB value is (112,21,43). Sum of RGB (Red+Green+Blue) = 112+21+43=176 (23% of max value = 765). Red value is 112 (44.14% from 255 or 63.64% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 112 - color contains mainly: red. Hex color #70152B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70152B is #8FEAD4. Grayscale: #323232. Windows color (decimal): -9431765 or 2823536. OLE color: 2823536.

HSL color Cylindrical-coordinate representation of color #70152B: hue angle of 345.49º 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 #70152B is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1122143-
CMYK00.810.620.56
HSL345.49º68.42%26.08%-
HSV(B)345.49º81.25%43.92%-
XYZ7.394.162.7-
YUV50.72123.65171.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 63.64%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 43 (17.19% from 255) = 24.43%
R=63.64%
G=11.93%
B=24.43%

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
Decimal112214300.810.620.56345.4968.4226.08
Hex70152B0513E38159441a
Octal16025530121767053110432
Binary11100001010110101101010001111110111000101011001100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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