Html Css Color HEX #9B231F Mandarian Orange

📋 copy color: '#9B231F'

red 155 ◦ green 35 ◦ blue 31

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

Shades of Mandarian Orange #9B231F

Tints of Mandarian Orange #9B231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.84%

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

R = 70.14%
G = 15.84%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B231F (or 0x9B231F) is known color: Mandarian Orange. HEX triplet: 9B, 23 and 1F. RGB value is (155,35,31). Sum of RGB (Red+Green+Blue) = 155+35+31=221 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.14% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 155 - color contains mainly: red. Hex color #9B231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B231F is #64DCE0. Grayscale: #464646. Windows color (decimal): -6610145 or 2040731. OLE color: 2040731.

HSL color Cylindrical-coordinate representation of color #9B231F: hue angle of 1.94º 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 #9B231F is Cyan = 0, Magento = 0.77, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 35 31 -
CMYK 0 0.77 0.8 0.39
HSL 1.94º 0.67% 0.36% -
HSV(B) 1.94º 0.8% 0.61% -
XYZ 14.37 8.27 2.14 -
YUV 70.42 105.76 188.33 -
System Red Green Blue C M Y K H S L
Decimal 155 35 31 0 0.77 0.8 0.39 1.94 0.67 0.36
Hex 9B 23 1F 0 4D 50 27 2 43 24
Octal 233 43 37 0 115 120 47 2 103 44
Binary 10011011 100011 11111 0 1001101 1010000 100111 10 1000011 100100

Color Harmonies of #9B231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B231F

Black with #9B231F

Text Example


Text Example

White with #9B231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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