#781B21

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

Shades of Red Berry #781B21

Tints of Red Berry #781B21

Color information

#781B21 (or 0x781B21) is unknown color: approx Red Berry. HEX triplet: 78, 1B and 21. RGB value is (120,27,33). Sum of RGB (Red+Green+Blue) = 120+27+33=180 (23% of max value = 765). Red value is 120 (47.27% from 255 or 66.67% from 180); Green value is 27 (10.94% from 255 or 15% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 120 - color contains mainly: red. Hex color #781B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #781B21 is #87E4DE. Grayscale: #373737. Windows color (decimal): -8905951 or 2169720. OLE color: 2169720.

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

Color convert

RGB1202733-
CMYK00.780.720.53
HSL356.13º63.27%28.82%-
HSV(B)356.13º77.5%47.06%-
XYZ8.414.891.94-
YUV55.49115.31174.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 66.67%
GREEN value IS 27 (10.94% from 255) = 15%
BLUE value IS 33 (13.28% from 255) = 18.33%
R=66.67%
G=15%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120273300.780.720.53356.1363.2728.82
Hex781B2104E48351643f1d
Octal17033410116110655447735
Binary11110001101110000101001110100100011010110110010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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