#802621

Color #802621 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #802621

Tints of Mandarian Orange #802621

Color information

#802621 (or 0x802621) is unknown color: approx Mandarian Orange. HEX triplet: 80, 26 and 21. RGB value is (128,38,33). Sum of RGB (Red+Green+Blue) = 128+38+33=199 (26% of max value = 765). Red value is 128 (50.39% from 255 or 64.32% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 128 - color contains mainly: red. Hex color #802621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802621 is #7FD9DE. Grayscale: #404040. Windows color (decimal): -8378847 or 2172544. OLE color: 2172544.

HSL color Cylindrical-coordinate representation of color #802621: hue angle of 3.16º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802621 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB1283833-
CMYK00.700.740.50
HSL3.16º59.01%31.57%-
HSV(B)3.16º74.22%50.2%-
XYZ9.876.092.09-
YUV64.34110.32173.41-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 64.32%
GREEN value IS 38 (15.23% from 255) = 19.10%
BLUE value IS 33 (13.28% from 255) = 16.58%
R=64.32%
G=19.10%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128383300.700.740.503.1659.0131.57
Hex8026210464A3233b20
Octal200464101061126237340
Binary1000000010011010000101000110100101011001011111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802621; }

 p { color: rgb(128,38,33); }

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

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

 a { background-color: rgb(128,38,33); }

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

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

 span { border-color: rgb(128,38,33); }

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