#781B20

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

Shades of Red Berry #781B20

Tints of Red Berry #781B20

Color information

#781B20 (or 0x781B20) is unknown color: approx Red Berry. HEX triplet: 78, 1B and 20. RGB value is (120,27,32). Sum of RGB (Red+Green+Blue) = 120+27+32=179 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.04% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 120 - color contains mainly: red. Hex color #781B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B20 is #87E4DF. Grayscale: #373737. Windows color (decimal): -8905952 or 2104184. OLE color: 2104184.

HSL color Cylindrical-coordinate representation of color #781B20: hue angle of 356.77º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781B20 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1202732-
CMYK00.780.730.53
HSL356.77º63.27%28.82%-
HSV(B)356.77º77.5%47.06%-
XYZ8.44.881.87-
YUV55.38114.81174.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.04%
GREEN value IS 27 (10.94% from 255) = 15.08%
BLUE value IS 32 (12.89% from 255) = 17.88%
R=67.04%
G=15.08%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120273200.780.730.53356.7763.2728.82
Hex781B2004E49351653f1d
Octal17033400116111655457735
Binary11110001101110000001001110100100111010110110010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781B20; }

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

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

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

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

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

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

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

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