#781F29

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

Shades of Red Berry #781F29

Tints of Red Berry #781F29

Color information

#781F29 (or 0x781F29) is unknown color: approx Red Berry. HEX triplet: 78, 1F and 29. RGB value is (120,31,41). Sum of RGB (Red+Green+Blue) = 120+31+41=192 (25% of max value = 765). Red value is 120 (47.27% from 255 or 62.5% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 120 - color contains mainly: red. Hex color #781F29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781F29 is #87E0D6. Grayscale: #3A3A3A. Windows color (decimal): -8904919 or 2695032. OLE color: 2695032.

HSL color Cylindrical-coordinate representation of color #781F29: hue angle of 353.26º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #781F29 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1203141-
CMYK00.740.660.53
HSL353.26º58.94%29.61%-
HSV(B)353.26º74.17%47.06%-
XYZ8.645.132.63-
YUV58.75117.99171.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 62.5%
GREEN value IS 31 (12.5% from 255) = 16.15%
BLUE value IS 41 (16.41% from 255) = 21.35%
R=62.5%
G=16.15%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120314100.740.660.53353.2658.9429.61
Hex781F2904A42351613b1e
Octal17037510112102655417336
Binary11110001111110100101001010100001011010110110000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,31,41); }

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

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

 a { background-color: rgb(120,31,41); }

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

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

 span { border-color: rgb(120,31,41); }

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