#702025

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

Shades of Red Berry #702025

Tints of Red Berry #702025

Color information

#702025 (or 0x702025) is unknown color: approx Red Berry. HEX triplet: 70, 20 and 25. RGB value is (112,32,37). Sum of RGB (Red+Green+Blue) = 112+32+37=181 (23% of max value = 765). Red value is 112 (44.14% from 255 or 61.88% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 112 - color contains mainly: red. Hex color #702025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702025 is #8FDFDA. Grayscale: #383838. Windows color (decimal): -9428955 or 2433136. OLE color: 2433136.

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

Color convert

RGB1123237-
CMYK00.710.670.56
HSL356.25º55.56%28.24%-
HSV(B)356.25º71.43%43.92%-
XYZ7.534.612.24-
YUV56.49117167.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 61.88%
GREEN value IS 32 (12.89% from 255) = 17.68%
BLUE value IS 37 (14.84% from 255) = 20.44%
R=61.88%
G=17.68%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112323700.710.670.56356.2555.5628.24
Hex7020250474338164381c
Octal16040450107103705447034
Binary111000010000010010101000111100001111100010110010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702025; }

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

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

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

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

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

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

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

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