Html Css Color HEX #9B2720 Mandarian Orange

📋 copy color: '#9B2720'

red 155 ◦ green 39 ◦ blue 32

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

Shades of Mandarian Orange #9B2720

Tints of Mandarian Orange #9B2720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.26%

 BLUE value IS 32 (12.89% from 255) = 14.16%

R = 68.58%
G = 17.26%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#9B2720 (or 0x9B2720) is known color: Mandarian Orange. HEX triplet: 9B, 27 and 20. RGB value is (155,39,32). Sum of RGB (Red+Green+Blue) = 155+39+32=226 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.58% from 226); Green value is 39 (15.62% from 255 or 17.26% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2720 is #64D8DF. Grayscale: #494949. Windows color (decimal): -6609120 or 2107291. OLE color: 2107291.

HSL color Cylindrical-coordinate representation of color #9B2720: hue angle of 3.41º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9B2720 is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 39 32 -
CMYK 0 0.75 0.79 0.39
HSL 3.41º 0.66% 0.37% -
HSV(B) 3.41º 0.79% 0.61% -
XYZ 14.5 8.52 2.25 -
YUV 72.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 155 39 32 0 0.75 0.79 0.39 3.41 0.66 0.37
Hex 9B 27 20 0 4B 4F 27 3 42 25
Octal 233 47 40 0 113 117 47 3 102 45
Binary 10011011 100111 100000 0 1001011 1001111 100111 11 1000010 100101

Color Harmonies of #9B2720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2720

Black with #9B2720

Text Example


Text Example

White with #9B2720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,39,32); }

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

background-color css

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

 a { background-color: rgb(155,39,32); }

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

border-color css

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

 span { border-color: rgb(155,39,32); }

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