Html Css Color HEX #9B2017 Mandarian Orange

📋 copy color: '#9B2017'

red 155 ◦ green 32 ◦ blue 23

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

Shades of Mandarian Orange #9B2017

Tints of Mandarian Orange #9B2017

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.24%

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

R = 73.81%
G = 15.24%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B2017 (or 0x9B2017) is known color: Mandarian Orange. HEX triplet: 9B, 20 and 17. RGB value is (155,32,23). Sum of RGB (Red+Green+Blue) = 155+32+23=210 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.81% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2017 is #64DFE8. Grayscale: #434343. Windows color (decimal): -6610921 or 1515675. OLE color: 1515675.

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

Color convert

RGB 155 32 23 -
CMYK 0 0.79 0.85 0.39
HSL 4.09º 0.74% 0.35% -
HSV(B) 4.09º 0.85% 0.61% -
XYZ 14.19 8.06 1.62 -
YUV 67.75 102.75 190.23 -
System Red Green Blue C M Y K H S L
Decimal 155 32 23 0 0.79 0.85 0.39 4.09 0.74 0.35
Hex 9B 20 17 0 4F 55 27 4 4A 23
Octal 233 40 27 0 117 125 47 4 112 43
Binary 10011011 100000 10111 0 1001111 1010101 100111 100 1001010 100011

Color Harmonies of #9B2017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2017

Black with #9B2017

Text Example


Text Example

White with #9B2017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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