#781825

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

Shades of Red Berry #781825

Tints of Red Berry #781825

Color information

#781825 (or 0x781825) is unknown color: approx Red Berry. HEX triplet: 78, 18 and 25. RGB value is (120,24,37). Sum of RGB (Red+Green+Blue) = 120+24+37=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 37 (14.84% from 255 or 20.44% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #781825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781825 is #87E7DA. Grayscale: #363636. Windows color (decimal): -8906715 or 2431096. OLE color: 2431096.

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

Color convert

RGB1202437-
CMYK00.80.690.53
HSL351.88º66.67%28.24%-
HSV(B)351.88º80%47.06%-
XYZ8.414.782.23-
YUV54.19118.3174.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.30%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 37 (14.84% from 255) = 20.44%
R=66.30%
G=13.26%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.69
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120243700.80.690.53351.8866.6728.24
Hex7818250504535160431c
Octal170304501201056554010334
Binary111100011000100101010100001000101110101101100000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781825; }

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

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

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

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

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

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

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

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