#781625

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

Shades of Red Berry #781625

Tints of Red Berry #781625

Color information

#781625 (or 0x781625) is unknown color: approx Red Berry. HEX triplet: 78, 16 and 25. RGB value is (120,22,37). Sum of RGB (Red+Green+Blue) = 120+22+37=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 37 (14.84% from 255 or 20.67% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #781625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781625 is #87E9DA. Grayscale: #353535. Windows color (decimal): -8907227 or 2430584. OLE color: 2430584.

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

Color convert

RGB1202237-
CMYK00.820.690.53
HSL350.82º69.01%27.84%-
HSV(B)350.82º81.67%47.06%-
XYZ8.374.72.22-
YUV53.01118.97175.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.04%
GREEN value IS 22 (8.98% from 255) = 12.29%
BLUE value IS 37 (14.84% from 255) = 20.67%
R=67.04%
G=12.29%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120223700.820.690.53350.8269.0127.84
Hex781625052453515f451c
Octal170264501221056553710534
Binary111100010110100101010100101000101110101101011111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781625; }

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

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

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

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

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

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

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

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