Html Css Color HEX #9A2117 Mandarian Orange

📋 copy color: '#9A2117'

red 154 ◦ green 33 ◦ blue 23

#9A2117
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #9A2117

Tints of Mandarian Orange #9A2117

RGB

 RED value IS 154 (60.55% from 255) = 73.33%

 GREEN value IS 33 (13.28% from 255) = 15.71%

 BLUE value IS 23 (9.38% from 255) = 10.95%

R = 73.33%
G = 15.71%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#9A2117 (or 0x9A2117) is known color: Mandarian Orange. HEX triplet: 9A, 21 and 17. RGB value is (154,33,23). Sum of RGB (Red+Green+Blue) = 154+33+23=210 (27% of max value = 765). Red value is 154 (60.55% from 255 or 73.33% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A2117 is #65DEE8. Grayscale: #444444. Windows color (decimal): -6676201 or 1515930. OLE color: 1515930.

HSL color Cylindrical-coordinate representation of color #9A2117: hue angle of 4.58º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A2117 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 33 23 -
CMYK 0 0.79 0.85 0.40
HSL 4.58º 0.74% 0.35% -
HSV(B) 4.58º 0.85% 0.6% -
XYZ 14.02 8.02 1.62 -
YUV 68.04 102.59 189.31 -
System Red Green Blue C M Y K H S L
Decimal 154 33 23 0 0.79 0.85 0.40 4.58 0.74 0.35
Hex 9A 21 17 0 4F 55 28 5 4A 23
Octal 232 41 27 0 117 125 50 5 112 43
Binary 10011010 100001 10111 0 1001111 1010101 101000 101 1001010 100011

Color Harmonies of #9A2117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A2117

Black with #9A2117

Text Example


Text Example

White with #9A2117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A2117; }

 p { color: rgb(154,33,23); }

 H1.HeaderClassName
 {
   color: #9A2117;
 }
 .AnyTagClassName
 {
   color: #9A2117;
 }
</style>

background-color css

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

 a { background-color: rgb(154,33,23); }

 div.DivClassName
 {
   background-color: #9A2117;
 }
 .BgClassName
 {
   background-color: #9A2117;
 }
</style>

border-color css

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

 span { border-color: rgb(154,33,23); }

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