Html Css Color HEX #9B271F Mandarian Orange

📋 copy color: '#9B271F'

red 155 ◦ green 39 ◦ blue 31

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

Shades of Mandarian Orange #9B271F

Tints of Mandarian Orange #9B271F

RGB

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

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

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

R = 68.89%
G = 17.33%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B271F (or 0x9B271F) is known color: Mandarian Orange. HEX triplet: 9B, 27 and 1F. RGB value is (155,39,31). Sum of RGB (Red+Green+Blue) = 155+39+31=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B271F is #64D8E0. Grayscale: #484848. Windows color (decimal): -6609121 or 2041755. OLE color: 2041755.

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

Color convert

RGB 155 39 31 -
CMYK 0 0.75 0.8 0.39
HSL 3.87º 0.67% 0.36% -
HSV(B) 3.87º 0.8% 0.61% -
XYZ 14.49 8.52 2.18 -
YUV 72.77 104.43 186.65 -
System Red Green Blue C M Y K H S L
Decimal 155 39 31 0 0.75 0.8 0.39 3.87 0.67 0.36
Hex 9B 27 1F 0 4B 50 27 4 43 24
Octal 233 47 37 0 113 120 47 4 103 44
Binary 10011011 100111 11111 0 1001011 1010000 100111 100 1000011 100100

Color Harmonies of #9B271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B271F

Black with #9B271F

Text Example


Text Example

White with #9B271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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