#702329

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

Shades of Red Berry #702329

Tints of Red Berry #702329

Color information

#702329 (or 0x702329) is unknown color: approx Red Berry. HEX triplet: 70, 23 and 29. RGB value is (112,35,41). Sum of RGB (Red+Green+Blue) = 112+35+41=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 35 (14.06% from 255 or 18.62% from 188); Blue value is 41 (16.41% from 255 or 21.81% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #702329 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702329 is #8FDCD6. Grayscale: #3A3A3A. Windows color (decimal): -9428183 or 2696048. OLE color: 2696048.

HSL color Cylindrical-coordinate representation of color #702329: hue angle of 355.32º 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 #702329 is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1123541-
CMYK00.690.630.56
HSL355.32º52.38%28.82%-
HSV(B)355.32º68.75%43.92%-
XYZ7.684.812.62-
YUV58.71118.01166.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.57%
GREEN value IS 35 (14.06% from 255) = 18.62%
BLUE value IS 41 (16.41% from 255) = 21.81%
R=59.57%
G=18.62%
B=21.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112354100.690.630.56355.3252.3828.82
Hex7023290453F38163341d
Octal1604351010577705436435
Binary11100001000111010010100010111111111100010110001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702329; }

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

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

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

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

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

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

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

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