Html Css Color HEX #9B251F Mandarian Orange

📋 copy color: '#9B251F'

red 155 ◦ green 37 ◦ blue 31

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

Shades of Mandarian Orange #9B251F

Tints of Mandarian Orange #9B251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.59%

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

R = 69.51%
G = 16.59%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B251F (or 0x9B251F) is known color: Mandarian Orange. HEX triplet: 9B, 25 and 1F. RGB value is (155,37,31). Sum of RGB (Red+Green+Blue) = 155+37+31=223 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.51% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 155 - color contains mainly: red. Hex color #9B251F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B251F is #64DAE0. Grayscale: #474747. Windows color (decimal): -6609633 or 2041243. OLE color: 2041243.

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

Color convert

RGB 155 37 31 -
CMYK 0 0.76 0.8 0.39
HSL 2.9º 0.67% 0.36% -
HSV(B) 2.9º 0.8% 0.61% -
XYZ 14.43 8.39 2.16 -
YUV 71.6 105.09 187.49 -
System Red Green Blue C M Y K H S L
Decimal 155 37 31 0 0.76 0.8 0.39 2.9 0.67 0.36
Hex 9B 25 1F 0 4C 50 27 3 43 24
Octal 233 45 37 0 114 120 47 3 103 44
Binary 10011011 100101 11111 0 1001100 1010000 100111 11 1000011 100100

Color Harmonies of #9B251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B251F

Black with #9B251F

Text Example


Text Example

White with #9B251F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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