#781C20

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

Shades of Red Berry #781C20

Tints of Red Berry #781C20

Color information

#781C20 (or 0x781C20) is unknown color: approx Red Berry. HEX triplet: 78, 1C and 20. RGB value is (120,28,32). Sum of RGB (Red+Green+Blue) = 120+28+32=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 32 (12.89% from 255 or 17.78% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #781C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C20 is #87E3DF. Grayscale: #383838. Windows color (decimal): -8905696 or 2104440. OLE color: 2104440.

HSL color Cylindrical-coordinate representation of color #781C20: hue angle of 357.39º degrees, saturation: 0.62, 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 #781C20 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB1202832-
CMYK00.770.730.53
HSL357.39º62.16%29.02%-
HSV(B)357.39º76.67%47.06%-
XYZ8.424.931.87-
YUV55.96114.48173.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.67%
GREEN value IS 28 (11.33% from 255) = 15.56%
BLUE value IS 32 (12.89% from 255) = 17.78%
R=66.67%
G=15.56%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120283200.770.730.53357.3962.1629.02
Hex781C2004D49351653e1d
Octal17034400115111655457635
Binary11110001110010000001001101100100111010110110010111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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