#702427

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

Shades of Red Berry #702427

Tints of Red Berry #702427

Color information

#702427 (or 0x702427) is unknown color: approx Red Berry. HEX triplet: 70, 24 and 27. RGB value is (112,36,39). Sum of RGB (Red+Green+Blue) = 112+36+39=187 (24% of max value = 765). Red value is 112 (44.14% from 255 or 59.89% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 112 - color contains mainly: red. Hex color #702427 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702427 is #8FDBD8. Grayscale: #3B3B3B. Windows color (decimal): -9427929 or 2565232. OLE color: 2565232.

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

Color convert

RGB1123639-
CMYK00.680.650.56
HSL357.63º51.35%29.02%-
HSV(B)357.63º67.86%43.92%-
XYZ7.684.852.45-
YUV59.07116.68165.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 59.89%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 39 (15.62% from 255) = 20.86%
R=59.89%
G=19.25%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112363900.680.650.56357.6351.3529.02
Hex7024270444138166331d
Octal16044470104101705466335
Binary111000010010010011101000100100000111100010110011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702427; }

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

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

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

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

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

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

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

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