#781A27

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

Shades of Red Berry #781A27

Tints of Red Berry #781A27

Color information

#781A27 (or 0x781A27) is unknown color: approx Red Berry. HEX triplet: 78, 1A and 27. RGB value is (120,26,39). Sum of RGB (Red+Green+Blue) = 120+26+39=185 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.86% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 120 - color contains mainly: red. Hex color #781A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A27 is #87E5D8. Grayscale: #373737. Windows color (decimal): -8906201 or 2562680. OLE color: 2562680.

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

Color convert

RGB1202639-
CMYK00.780.670.53
HSL351.7º64.38%28.63%-
HSV(B)351.7º78.33%47.06%-
XYZ8.484.882.41-
YUV55.59118.64173.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.86%
GREEN value IS 26 (10.55% from 255) = 14.05%
BLUE value IS 39 (15.62% from 255) = 21.08%
R=64.86%
G=14.05%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120263900.780.670.53351.764.3828.63
Hex781A2704E4335160401d
Octal170324701161036554010035
Binary111100011010100111010011101000011110101101100000100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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