#781821

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

Shades of Red Berry #781821

Tints of Red Berry #781821

Color information

#781821 (or 0x781821) is unknown color: approx Red Berry. HEX triplet: 78, 18 and 21. RGB value is (120,24,33). Sum of RGB (Red+Green+Blue) = 120+24+33=177 (23% of max value = 765). Red value is 120 (47.27% from 255 or 67.80% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 33 (13.28% from 255 or 18.64% from 177); Max value from RGB is 120 - color contains mainly: red. Hex color #781821 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #781821 is #87E7DE. Grayscale: #353535. Windows color (decimal): -8906719 or 2168952. OLE color: 2168952.

HSL color Cylindrical-coordinate representation of color #781821: hue angle of 354.38º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #781821 is Cyan = 0, Magento = 0.8, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB1202433-
CMYK00.80.720.53
HSL354.38º66.67%28.24%-
HSV(B)354.38º80%47.06%-
XYZ8.354.761.92-
YUV53.73116.3175.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 67.80%
GREEN value IS 24 (9.77% from 255) = 13.56%
BLUE value IS 33 (13.28% from 255) = 18.64%
R=67.80%
G=13.56%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120243300.80.720.53354.3866.6728.24
Hex7818210504835162431c
Octal170304101201106554210334
Binary111100011000100001010100001001000110101101100010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781821; }

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

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

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

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

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

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

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

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