Html Css Color HEX #9B221F Mandarian Orange

📋 copy color: '#9B221F'

red 155 ◦ green 34 ◦ blue 31

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

Shades of Mandarian Orange #9B221F

Tints of Mandarian Orange #9B221F

RGB

 RED value IS 155 (60.94% from 255) = 70.45%

 GREEN value IS 34 (13.67% from 255) = 15.45%

 BLUE value IS 31 (12.5% from 255) = 14.09%

R = 70.45%
G = 15.45%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B221F (or 0x9B221F) is known color: Mandarian Orange. HEX triplet: 9B, 22 and 1F. RGB value is (155,34,31). Sum of RGB (Red+Green+Blue) = 155+34+31=220 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.45% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 155 - color contains mainly: red. Hex color #9B221F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B221F is #64DDE0. Grayscale: #454545. Windows color (decimal): -6610401 or 2040475. OLE color: 2040475.

HSL color Cylindrical-coordinate representation of color #9B221F: hue angle of 1.45º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B221F is Cyan = 0, Magento = 0.78, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 34 31 -
CMYK 0 0.78 0.8 0.39
HSL 1.45º 0.67% 0.36% -
HSV(B) 1.45º 0.8% 0.61% -
XYZ 14.34 8.21 2.13 -
YUV 69.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 155 34 31 0 0.78 0.8 0.39 1.45 0.67 0.36
Hex 9B 22 1F 0 4E 50 27 1 43 24
Octal 233 42 37 0 116 120 47 1 103 44
Binary 10011011 100010 11111 0 1001110 1010000 100111 1 1000011 100100

Color Harmonies of #9B221F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B221F

Black with #9B221F

Text Example


Text Example

White with #9B221F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,34,31); }

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

background-color css

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

 a { background-color: rgb(155,34,31); }

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

border-color css

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

 span { border-color: rgb(155,34,31); }

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