#781720

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

Shades of Red Berry #781720

Tints of Red Berry #781720

Color information

#781720 (or 0x781720) is unknown color: approx Red Berry. HEX triplet: 78, 17 and 20. RGB value is (120,23,32). Sum of RGB (Red+Green+Blue) = 120+23+32=175 (23% of max value = 765). Red value is 120 (47.27% from 255 or 68.57% from 175); Green value is 23 (9.38% from 255 or 13.14% from 175); Blue value is 32 (12.89% from 255 or 18.29% from 175); Max value from RGB is 120 - color contains mainly: red. Hex color #781720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781720 is #87E8DF. Grayscale: #353535. Windows color (decimal): -8906976 or 2103160. OLE color: 2103160.

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

Color convert

RGB1202332-
CMYK00.810.730.53
HSL354.43º67.83%28.04%-
HSV(B)354.43º80.83%47.06%-
XYZ8.314.711.84-
YUV53.03116.14175.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 68.57%
GREEN value IS 23 (9.38% from 255) = 13.14%
BLUE value IS 32 (12.89% from 255) = 18.29%
R=68.57%
G=13.14%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120233200.810.730.53354.4367.8328.04
Hex7817200514935162441c
Octal170274001211116554210434
Binary111100010111100000010100011001001110101101100010100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781720; }

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

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

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

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

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

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

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

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