Html Css Color HEX #9C271B Mandarian Orange

📋 copy color: '#9C271B'

red 156 ◦ green 39 ◦ blue 27

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

Shades of Mandarian Orange #9C271B

Tints of Mandarian Orange #9C271B

RGB

 RED value IS 156 (61.33% from 255) = 70.27%

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

 BLUE value IS 27 (10.94% from 255) = 12.16%

R = 70.27%
G = 17.57%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#9C271B (or 0x9C271B) is known color: Mandarian Orange. HEX triplet: 9C, 27 and 1B. RGB value is (156,39,27). Sum of RGB (Red+Green+Blue) = 156+39+27=222 (29% of max value = 765). Red value is 156 (61.33% from 255 or 70.27% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 156 - color contains mainly: red. Hex color #9C271B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C271B is #63D8E4. Grayscale: #484848. Windows color (decimal): -6543589 or 1779612. OLE color: 1779612.

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

Color convert

RGB 156 39 27 -
CMYK 0 0.75 0.83 0.39
HSL 5.58º 0.7% 0.36% -
HSV(B) 5.58º 0.83% 0.61% -
XYZ 14.63 8.6 1.93 -
YUV 72.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 156 39 27 0 0.75 0.83 0.39 5.58 0.7 0.36
Hex 9C 27 1B 0 4B 53 27 6 46 24
Octal 234 47 33 0 113 123 47 6 106 44
Binary 10011100 100111 11011 0 1001011 1010011 100111 110 1000110 100100

Color Harmonies of #9C271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C271B

Black with #9C271B

Text Example


Text Example

White with #9C271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,39,27); }

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

background-color css

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

 a { background-color: rgb(156,39,27); }

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

border-color css

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

 span { border-color: rgb(156,39,27); }

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