#97210D

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

Shades of Mandarian Orange #97210D

Tints of Mandarian Orange #97210D

Color information

#97210D (or 0x97210D) is unknown color: approx Mandarian Orange. HEX triplet: 97, 21 and 0D. RGB value is (151,33,13). Sum of RGB (Red+Green+Blue) = 151+33+13=197 (26% of max value = 765). Red value is 151 (59.38% from 255 or 76.65% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 151 - color contains mainly: red. Hex color #97210D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97210D is #68DEF2. Grayscale: #424242. Windows color (decimal): -6872819 or 860567. OLE color: 860567.

HSL color Cylindrical-coordinate representation of color #97210D: hue angle of 8.7º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97210D is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB1513313-
CMYK00.780.910.41
HSL8.7º84.15%32.16%-
HSV(B)8.7º91.39%59.22%-
XYZ13.387.71.16-
YUV6698.09188.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 76.65%
GREEN value IS 33 (13.28% from 255) = 16.75%
BLUE value IS 13 (5.47% from 255) = 6.60%
R=76.65%
G=16.75%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151331300.780.910.418.784.1532.16
Hex9721D04E5B2995420
Octal22741150116133511112440
Binary10010111100001110101001110101101110100110011010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97210D; }

 p { color: rgb(151,33,13); }

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

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

 a { background-color: rgb(151,33,13); }

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

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

 span { border-color: rgb(151,33,13); }

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