Html Css Color HEX #9B271C Mandarian Orange

📋 copy color: '#9B271C'

red 155 ◦ green 39 ◦ blue 28

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

Shades of Mandarian Orange #9B271C

Tints of Mandarian Orange #9B271C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.61%

R = 69.82%
G = 17.57%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.39

RGB Variations

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

Color information

#9B271C (or 0x9B271C) is known color: Mandarian Orange. HEX triplet: 9B, 27 and 1C. RGB value is (155,39,28). Sum of RGB (Red+Green+Blue) = 155+39+28=222 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.82% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 155 - color contains mainly: red. Hex color #9B271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B271C is #64D8E3. Grayscale: #484848. Windows color (decimal): -6609124 or 1845147. OLE color: 1845147.

HSL color Cylindrical-coordinate representation of color #9B271C: hue angle of 5.2º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B271C is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 39 28 -
CMYK 0 0.75 0.82 0.39
HSL 5.2º 0.69% 0.36% -
HSV(B) 5.2º 0.82% 0.61% -
XYZ 14.45 8.5 1.98 -
YUV 72.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 155 39 28 0 0.75 0.82 0.39 5.2 0.69 0.36
Hex 9B 27 1C 0 4B 52 27 5 45 24
Octal 233 47 34 0 113 122 47 5 105 44
Binary 10011011 100111 11100 0 1001011 1010010 100111 101 1000101 100100

Color Harmonies of #9B271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B271C

Black with #9B271C

Text Example


Text Example

White with #9B271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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