Html Css Color HEX #9B261F Mandarian Orange

📋 copy color: '#9B261F'

red 155 ◦ green 38 ◦ blue 31

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

Shades of Mandarian Orange #9B261F

Tints of Mandarian Orange #9B261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.96%

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

R = 69.2%
G = 16.96%
B = 13.84%

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

#9B261F (or 0x9B261F) is known color: Mandarian Orange. HEX triplet: 9B, 26 and 1F. RGB value is (155,38,31). Sum of RGB (Red+Green+Blue) = 155+38+31=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B261F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B261F is #64D9E0. Grayscale: #484848. Windows color (decimal): -6609377 or 2041499. OLE color: 2041499.

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

Color convert

RGB 155 38 31 -
CMYK 0 0.75 0.8 0.39
HSL 3.39º 0.67% 0.36% -
HSV(B) 3.39º 0.8% 0.61% -
XYZ 14.46 8.45 2.17 -
YUV 72.19 104.76 187.07 -
System Red Green Blue C M Y K H S L
Decimal 155 38 31 0 0.75 0.8 0.39 3.39 0.67 0.36
Hex 9B 26 1F 0 4B 50 27 3 43 24
Octal 233 46 37 0 113 120 47 3 103 44
Binary 10011011 100110 11111 0 1001011 1010000 100111 11 1000011 100100

Color Harmonies of #9B261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B261F

Black with #9B261F

Text Example


Text Example

White with #9B261F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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