#781A2C

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

Shades of Red Berry #781A2C

Tints of Red Berry #781A2C

Color information

#781A2C (or 0x781A2C) is unknown color: approx Red Berry. HEX triplet: 78, 1A and 2C. RGB value is (120,26,44). Sum of RGB (Red+Green+Blue) = 120+26+44=190 (25% of max value = 765). Red value is 120 (47.27% from 255 or 63.16% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 120 - color contains mainly: red. Hex color #781A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781A2C is #87E5D3. Grayscale: #383838. Windows color (decimal): -8906196 or 2890360. OLE color: 2890360.

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

Color convert

RGB1202644-
CMYK00.780.630.53
HSL348.51º64.38%28.63%-
HSV(B)348.51º78.33%47.06%-
XYZ8.574.912.88-
YUV56.16121.14173.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 63.16%
GREEN value IS 26 (10.55% from 255) = 13.68%
BLUE value IS 44 (17.58% from 255) = 23.16%
R=63.16%
G=13.68%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120264400.780.630.53348.5164.3828.63
Hex781A2C04E3F3515d401d
Octal17032540116776553510035
Binary11110001101010110001001110111111110101101011101100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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