#781528

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

Shades of Red Berry #781528

Tints of Red Berry #781528

Color information

#781528 (or 0x781528) is unknown color: approx Red Berry. HEX triplet: 78, 15 and 28. RGB value is (120,21,40). Sum of RGB (Red+Green+Blue) = 120+21+40=181 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.30% from 181); Green value is 21 (8.59% from 255 or 11.60% from 181); Blue value is 40 (16.02% from 255 or 22.10% from 181); Max value from RGB is 120 - color contains mainly: red. Hex color #781528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781528 is #87EAD7. Grayscale: #343434. Windows color (decimal): -8907480 or 2626936. OLE color: 2626936.

HSL color Cylindrical-coordinate representation of color #781528: hue angle of 348.48º degrees, saturation: 0.7, 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 #781528 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1202140-
CMYK00.830.670.53
HSL348.48º70.21%27.65%-
HSV(B)348.48º82.5%47.06%-
XYZ8.44.682.47-
YUV52.77120.8175.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.30%
GREEN value IS 21 (8.59% from 255) = 11.60%
BLUE value IS 40 (16.02% from 255) = 22.10%
R=66.30%
G=11.60%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120214000.830.670.53348.4870.2127.65
Hex781528053433515c461c
Octal170255001231036553410634
Binary111100010101101000010100111000011110101101011100100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781528; }

 p { color: rgb(120,21,40); }

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

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

 a { background-color: rgb(120,21,40); }

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

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

 span { border-color: rgb(120,21,40); }

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