#702324

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

Shades of Red Berry #702324

Tints of Red Berry #702324

Color information

#702324 (or 0x702324) is unknown color: approx Red Berry. HEX triplet: 70, 23 and 24. RGB value is (112,35,36). Sum of RGB (Red+Green+Blue) = 112+35+36=183 (24% of max value = 765). Red value is 112 (44.14% from 255 or 61.20% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 36 (14.45% from 255 or 19.67% from 183); Max value from RGB is 112 - color contains mainly: red. Hex color #702324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702324 is #8FDCDB. Grayscale: #3A3A3A. Windows color (decimal): -9428188 or 2368368. OLE color: 2368368.

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

Color convert

RGB1123536-
CMYK00.690.680.56
HSL359.22º52.38%28.82%-
HSV(B)359.22º68.75%43.92%-
XYZ7.64.772.19-
YUV58.14115.51166.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.20%
GREEN value IS 35 (14.06% from 255) = 19.13%
BLUE value IS 36 (14.45% from 255) = 19.67%
R=61.20%
G=19.13%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112353600.690.680.56359.2252.3828.82
Hex7023240454438167341d
Octal16043440105104705476435
Binary111000010001110010001000101100010011100010110011111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702324; }

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

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

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

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

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

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

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

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