Html Css Color HEX #9B2219 Mandarian Orange

📋 copy color: '#9B2219'

red 155 ◦ green 34 ◦ blue 25

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

Shades of Mandarian Orange #9B2219

Tints of Mandarian Orange #9B2219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.68%

R = 72.43%
G = 15.89%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9B2219 (or 0x9B2219) is known color: Mandarian Orange. HEX triplet: 9B, 22 and 19. RGB value is (155,34,25). Sum of RGB (Red+Green+Blue) = 155+34+25=214 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.43% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2219 is #64DDE6. Grayscale: #454545. Windows color (decimal): -6610407 or 1647259. OLE color: 1647259.

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

Color convert

RGB 155 34 25 -
CMYK 0 0.78 0.84 0.39
HSL 4.15º 0.72% 0.35% -
HSV(B) 4.15º 0.84% 0.61% -
XYZ 14.27 8.18 1.75 -
YUV 69.15 103.09 189.23 -
System Red Green Blue C M Y K H S L
Decimal 155 34 25 0 0.78 0.84 0.39 4.15 0.72 0.35
Hex 9B 22 19 0 4E 54 27 4 48 23
Octal 233 42 31 0 116 124 47 4 110 43
Binary 10011011 100010 11001 0 1001110 1010100 100111 100 1001000 100011

Color Harmonies of #9B2219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2219

Black with #9B2219

Text Example


Text Example

White with #9B2219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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