#782025

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

Shades of Red Berry #782025

Tints of Red Berry #782025

Color information

#782025 (or 0x782025) is unknown color: approx Red Berry. HEX triplet: 78, 20 and 25. RGB value is (120,32,37). Sum of RGB (Red+Green+Blue) = 120+32+37=189 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.49% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 120 - color contains mainly: red. Hex color #782025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #782025 is #87DFDA. Grayscale: #3A3A3A. Windows color (decimal): -8904667 or 2433144. OLE color: 2433144.

HSL color Cylindrical-coordinate representation of color #782025: hue angle of 356.59º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #782025 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB1203237-
CMYK00.730.690.53
HSL356.59º57.89%29.8%-
HSV(B)356.59º73.33%47.06%-
XYZ8.65.162.29-
YUV58.88115.65171.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.49%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 37 (14.84% from 255) = 19.58%
R=63.49%
G=16.93%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120323700.730.690.53356.5957.8929.8
Hex78202504945351653a1e
Octal17040450111105655457236
Binary111100010000010010101001001100010111010110110010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #782025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #782025; }

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

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

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

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

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

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

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

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