#70232B

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

Shades of Red Berry #70232B

Tints of Red Berry #70232B

Color information

#70232B (or 0x70232B) is unknown color: approx Red Berry. HEX triplet: 70, 23 and 2B. RGB value is (112,35,43). Sum of RGB (Red+Green+Blue) = 112+35+43=190 (25% of max value = 765). Red value is 112 (44.14% from 255 or 58.95% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 112 - color contains mainly: red. Hex color #70232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70232B is #8FDCD4. Grayscale: #3A3A3A. Windows color (decimal): -9428181 or 2827120. OLE color: 2827120.

HSL color Cylindrical-coordinate representation of color #70232B: hue angle of 353.77º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #70232B is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1123543-
CMYK00.690.620.56
HSL353.77º52.38%28.82%-
HSV(B)353.77º68.75%43.92%-
XYZ7.724.822.81-
YUV58.94119.01165.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 58.95%
GREEN value IS 35 (14.06% from 255) = 18.42%
BLUE value IS 43 (17.19% from 255) = 22.63%
R=58.95%
G=18.42%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112354300.690.620.56353.7752.3828.82
Hex70232B0453E38162341d
Octal1604353010576705426435
Binary11100001000111010110100010111111011100010110001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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