#702527

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

Shades of Red Berry #702527

Tints of Red Berry #702527

Color information

#702527 (or 0x702527) is unknown color: approx Red Berry. HEX triplet: 70, 25 and 27. RGB value is (112,37,39). Sum of RGB (Red+Green+Blue) = 112+37+39=188 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.57% from 188); Green value is 37 (14.84% from 255 or 19.68% from 188); Blue value is 39 (15.62% from 255 or 20.74% from 188); Max value from RGB is 112 - color contains mainly: red. Hex color #702527 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702527 is #8FDAD8. Grayscale: #3B3B3B. Windows color (decimal): -9427673 or 2565488. OLE color: 2565488.

HSL color Cylindrical-coordinate representation of color #702527: hue angle of 358.4º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #702527 is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1123739-
CMYK00.670.650.56
HSL358.4º50.34%29.22%-
HSV(B)358.4º66.96%43.92%-
XYZ7.714.912.46-
YUV59.65116.35165.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.57%
GREEN value IS 37 (14.84% from 255) = 19.68%
BLUE value IS 39 (15.62% from 255) = 20.74%
R=59.57%
G=19.68%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112373900.670.650.56358.450.3429.22
Hex7025270434138166321d
Octal16045470103101705466235
Binary111000010010110011101000011100000111100010110011011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702527; }

 p { color: rgb(112,37,39); }

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

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

 a { background-color: rgb(112,37,39); }

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

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

 span { border-color: rgb(112,37,39); }

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