#702223

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

Shades of Red Berry #702223

Tints of Red Berry #702223

Color information

#702223 (or 0x702223) is unknown color: approx Red Berry. HEX triplet: 70, 22 and 23. RGB value is (112,34,35). Sum of RGB (Red+Green+Blue) = 112+34+35=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 35 (14.06% from 255 or 19.34% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #702223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702223 is #8FDDDC. Grayscale: #393939. Windows color (decimal): -9428445 or 2302576. OLE color: 2302576.

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

Color convert

RGB1123435-
CMYK00.700.690.56
HSL359.23º53.42%28.63%-
HSV(B)359.23º69.64%43.92%-
XYZ7.564.712.1-
YUV57.44115.34166.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.88%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 35 (14.06% from 255) = 19.34%
R=61.88%
G=18.78%
B=19.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112343500.700.690.56359.2353.4228.63
Hex7022230464538167351d
Octal16042430106105705476535
Binary111000010001010001101000110100010111100010110011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702223; }

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

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

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

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

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

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

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

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