#982921

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

Shades of Mandarian Orange #982921

Tints of Mandarian Orange #982921

Color information

#982921 (or 0x982921) is unknown color: approx Mandarian Orange. HEX triplet: 98, 29 and 21. RGB value is (152,41,33). Sum of RGB (Red+Green+Blue) = 152+41+33=226 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.26% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 152 - color contains mainly: red. Hex color #982921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982921 is #67D6DE. Grayscale: #494949. Windows color (decimal): -6805215 or 2173336. OLE color: 2173336.

HSL color Cylindrical-coordinate representation of color #982921: hue angle of 4.03º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982921 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.40.

Color convert

RGB1524133-
CMYK00.730.780.40
HSL4.03º64.32%36.27%-
HSV(B)4.03º78.29%59.61%-
XYZ14.028.372.32-
YUV73.28105.27184.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 67.26%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 33 (13.28% from 255) = 14.60%
R=67.26%
G=18.14%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.78
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152413300.730.780.404.0364.3236.27
Hex9829210494E2844024
Octal2305141011111650410044
Binary100110001010011000010100100110011101010001001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982921; }

 p { color: rgb(152,41,33); }

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

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

 a { background-color: rgb(152,41,33); }

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

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

 span { border-color: rgb(152,41,33); }

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