#781522

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

Shades of Red Berry #781522

Tints of Red Berry #781522

Color information

#781522 (or 0x781522) is unknown color: approx Red Berry. HEX triplet: 78, 15 and 22. RGB value is (120,21,34). Sum of RGB (Red+Green+Blue) = 120+21+34=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 34 (13.67% from 255 or 19.43% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #781522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781522 is #87EADD. Grayscale: #343434. Windows color (decimal): -8907486 or 2233720. OLE color: 2233720.

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

Color convert

RGB1202134-
CMYK00.830.720.53
HSL352.12º70.21%27.65%-
HSV(B)352.12º82.5%47.06%-
XYZ8.34.641.97-
YUV52.08117.8176.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.57%
GREEN value IS 21 (8.59% from 255) = 12%
BLUE value IS 34 (13.67% from 255) = 19.43%
R=68.57%
G=12%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120213400.830.720.53352.1270.2127.65
Hex7815220534835160461c
Octal170254201231106554010634
Binary111100010101100010010100111001000110101101100000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781522; }

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

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

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

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

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

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

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

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