#781D21

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

Shades of Red Berry #781D21

Tints of Red Berry #781D21

Color information

#781D21 (or 0x781D21) is unknown color: approx Red Berry. HEX triplet: 78, 1D and 21. RGB value is (120,29,33). Sum of RGB (Red+Green+Blue) = 120+29+33=182 (24% of max value = 765). Red value is 120 (47.27% from 255 or 65.93% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 120 - color contains mainly: red. Hex color #781D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781D21 is #87E2DE. Grayscale: #383838. Windows color (decimal): -8905439 or 2170232. OLE color: 2170232.

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

Color convert

RGB1202933-
CMYK00.760.720.53
HSL357.36º61.07%29.22%-
HSV(B)357.36º75.83%47.06%-
XYZ8.464.981.95-
YUV56.66114.65173.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 65.93%
GREEN value IS 29 (11.72% from 255) = 15.93%
BLUE value IS 33 (13.28% from 255) = 18.13%
R=65.93%
G=15.93%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120293300.760.720.53357.3661.0729.22
Hex781D2104C48351653d1d
Octal17035410114110655457535
Binary11110001110110000101001100100100011010110110010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,29,33); }

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

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

 a { background-color: rgb(120,29,33); }

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

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

 span { border-color: rgb(120,29,33); }

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