#801522

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

Shades of Red Berry #801522

Tints of Red Berry #801522

Color information

#801522 (or 0x801522) is unknown color: approx Red Berry. HEX triplet: 80, 15 and 22. RGB value is (128,21,34). Sum of RGB (Red+Green+Blue) = 128+21+34=183 (24% of max value = 765). Red value is 128 (50.39% from 255 or 69.95% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 34 (13.67% from 255 or 18.58% from 183); Max value from RGB is 128 - color contains mainly: red. Hex color #801522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801522 is #7FEADD. Grayscale: #363636. Windows color (decimal): -8383198 or 2233728. OLE color: 2233728.

HSL color Cylindrical-coordinate representation of color #801522: hue angle of 352.71º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #801522 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB1282134-
CMYK00.840.730.50
HSL352.71º71.81%29.22%-
HSV(B)352.71º83.59%50.2%-
XYZ9.465.242.03-
YUV54.47116.45180.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 69.95%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 34 (13.67% from 255) = 18.58%
R=69.95%
G=11.48%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128213400.840.730.50352.7171.8129.22
Hex8015220544932161481d
Octal200254201241116254111035
Binary1000000010101100010010101001001001110010101100001100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801522; }

 p { color: rgb(128,21,34); }

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

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

 a { background-color: rgb(128,21,34); }

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

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

 span { border-color: rgb(128,21,34); }

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