#702328

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

Shades of Red Berry #702328

Tints of Red Berry #702328

Color information

#702328 (or 0x702328) is unknown color: approx Red Berry. HEX triplet: 70, 23 and 28. RGB value is (112,35,40). Sum of RGB (Red+Green+Blue) = 112+35+40=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 35 (14.06% from 255 or 18.72% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #702328 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702328 is #8FDCD7. Grayscale: #3A3A3A. Windows color (decimal): -9428184 or 2630512. OLE color: 2630512.

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

Color convert

RGB1123540-
CMYK00.690.640.56
HSL356.1º52.38%28.82%-
HSV(B)356.1º68.75%43.92%-
XYZ7.674.82.53-
YUV58.59117.51166.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.89%
GREEN value IS 35 (14.06% from 255) = 18.72%
BLUE value IS 40 (16.02% from 255) = 21.39%
R=59.89%
G=18.72%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112354000.690.640.56356.152.3828.82
Hex7023280454038164341d
Octal16043500105100705446435
Binary111000010001110100001000101100000011100010110010011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702328; }

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

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

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

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

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

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

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

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