#781C27

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

Shades of Red Berry #781C27

Tints of Red Berry #781C27

Color information

#781C27 (or 0x781C27) is unknown color: approx Red Berry. HEX triplet: 78, 1C and 27. RGB value is (120,28,39). Sum of RGB (Red+Green+Blue) = 120+28+39=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 39 (15.62% from 255 or 20.86% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #781C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781C27 is #87E3D8. Grayscale: #383838. Windows color (decimal): -8905689 or 2563192. OLE color: 2563192.

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

Color convert

RGB1202839-
CMYK00.770.670.53
HSL352.83º62.16%29.02%-
HSV(B)352.83º76.67%47.06%-
XYZ8.534.972.43-
YUV56.76117.98173.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.17%
GREEN value IS 28 (11.33% from 255) = 14.97%
BLUE value IS 39 (15.62% from 255) = 20.86%
R=64.17%
G=14.97%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120283900.770.670.53352.8362.1629.02
Hex781C2704D43351613e1d
Octal17034470115103655417635
Binary11110001110010011101001101100001111010110110000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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