#801822

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

Shades of Red Berry #801822

Tints of Red Berry #801822

Color information

#801822 (or 0x801822) is unknown color: approx Red Berry. HEX triplet: 80, 18 and 22. RGB value is (128,24,34). Sum of RGB (Red+Green+Blue) = 128+24+34=186 (24% of max value = 765). Red value is 128 (50.39% from 255 or 68.82% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 128 - color contains mainly: red. Hex color #801822 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #801822 is #7FE7DD. Grayscale: #383838. Windows color (decimal): -8382430 or 2234496. OLE color: 2234496.

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

Color convert

RGB1282434-
CMYK00.810.730.50
HSL354.23º68.42%29.8%-
HSV(B)354.23º81.25%50.2%-
XYZ9.525.362.05-
YUV56.24115.46179.19-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 68.82%
GREEN value IS 24 (9.77% from 255) = 12.90%
BLUE value IS 34 (13.67% from 255) = 18.28%
R=68.82%
G=12.90%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128243400.810.730.50354.2368.4229.8
Hex8018220514932162441e
Octal200304201211116254210436
Binary1000000011000100010010100011001001110010101100010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801822; }

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

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

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

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

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

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

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

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