#781A29

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

Shades of Red Berry #781A29

Tints of Red Berry #781A29

Color information

#781A29 (or 0x781A29) is unknown color: approx Red Berry. HEX triplet: 78, 1A and 29. RGB value is (120,26,41). Sum of RGB (Red+Green+Blue) = 120+26+41=187 (24% of max value = 765). Red value is 120 (47.27% from 255 or 64.17% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 120 - color contains mainly: red. Hex color #781A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A29 is #87E5D6. Grayscale: #373737. Windows color (decimal): -8906199 or 2693752. OLE color: 2693752.

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

Color convert

RGB1202641-
CMYK00.780.660.53
HSL350.43º64.38%28.63%-
HSV(B)350.43º78.33%47.06%-
XYZ8.524.892.59-
YUV55.82119.64173.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 64.17%
GREEN value IS 26 (10.55% from 255) = 13.90%
BLUE value IS 41 (16.41% from 255) = 21.93%
R=64.17%
G=13.90%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120264100.780.660.53350.4364.3828.63
Hex781A2904E423515e401d
Octal170325101161026553610035
Binary111100011010101001010011101000010110101101011110100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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