#702326

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

Shades of Red Berry #702326

Tints of Red Berry #702326

Color information

#702326 (or 0x702326) is unknown color: approx Red Berry. HEX triplet: 70, 23 and 26. RGB value is (112,35,38). Sum of RGB (Red+Green+Blue) = 112+35+38=185 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.54% from 185); Green value is 35 (14.06% from 255 or 18.92% from 185); Blue value is 38 (15.23% from 255 or 20.54% from 185); Max value from RGB is 112 - color contains mainly: red. Hex color #702326 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702326 is #8FDCD9. Grayscale: #3A3A3A. Windows color (decimal): -9428186 or 2499440. OLE color: 2499440.

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

Color convert

RGB1123538-
CMYK00.690.660.56
HSL357.66º52.38%28.82%-
HSV(B)357.66º68.75%43.92%-
XYZ7.634.792.36-
YUV58.36116.51166.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.54%
GREEN value IS 35 (14.06% from 255) = 18.92%
BLUE value IS 38 (15.23% from 255) = 20.54%
R=60.54%
G=18.92%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112353800.690.660.56357.6652.3828.82
Hex7023260454238166341d
Octal16043460105102705466435
Binary111000010001110011001000101100001011100010110011011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702326; }

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

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

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

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

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

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

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

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