#702028

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

Shades of Red Berry #702028

Tints of Red Berry #702028

Color information

#702028 (or 0x702028) is unknown color: approx Red Berry. HEX triplet: 70, 20 and 28. RGB value is (112,32,40). Sum of RGB (Red+Green+Blue) = 112+32+40=184 (24% of max value = 765). Red value is 112 (44.14% from 255 or 60.87% from 184); Green value is 32 (12.89% from 255 or 17.39% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 112 - color contains mainly: red. Hex color #702028 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702028 is #8FDFD7. Grayscale: #383838. Windows color (decimal): -9428952 or 2629744. OLE color: 2629744.

HSL color Cylindrical-coordinate representation of color #702028: hue angle of 354º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #702028 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB1123240-
CMYK00.710.640.56
HSL354º55.56%28.24%-
HSV(B)354º71.43%43.92%-
XYZ7.584.632.5-
YUV56.83118.5167.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 60.87%
GREEN value IS 32 (12.89% from 255) = 17.39%
BLUE value IS 40 (16.02% from 255) = 21.74%
R=60.87%
G=17.39%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112324000.710.640.5635455.5628.24
Hex7020280474038162381c
Octal16040500107100705427034
Binary111000010000010100001000111100000011100010110001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702028; }

 p { color: rgb(112,32,40); }

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

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

 a { background-color: rgb(112,32,40); }

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

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

 span { border-color: rgb(112,32,40); }

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