Html Css Color HEX #9A271F Mandarian Orange

📋 copy color: '#9A271F'

red 154 ◦ green 39 ◦ blue 31

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

Shades of Mandarian Orange #9A271F

Tints of Mandarian Orange #9A271F

RGB

 RED value IS 154 (60.55% from 255) = 68.75%

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

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

R = 68.75%
G = 17.41%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#9A271F (or 0x9A271F) is known color: Mandarian Orange. HEX triplet: 9A, 27 and 1F. RGB value is (154,39,31). Sum of RGB (Red+Green+Blue) = 154+39+31=224 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.75% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 31 (12.5% from 255 or 13.84% from 224); Max value from RGB is 154 - color contains mainly: red. Hex color #9A271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A271F is #65D8E0. Grayscale: #484848. Windows color (decimal): -6674657 or 2041754. OLE color: 2041754.

HSL color Cylindrical-coordinate representation of color #9A271F: hue angle of 3.9º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A271F is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 39 31 -
CMYK 0 0.75 0.80 0.40
HSL 3.9º 0.66% 0.36% -
HSV(B) 3.9º 0.8% 0.6% -
XYZ 14.3 8.42 2.17 -
YUV 72.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 154 39 31 0 0.75 0.80 0.40 3.9 0.66 0.36
Hex 9A 27 1F 0 4B 50 28 4 42 24
Octal 232 47 37 0 113 120 50 4 102 44
Binary 10011010 100111 11111 0 1001011 1010000 101000 100 1000010 100100

Color Harmonies of #9A271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A271F

Black with #9A271F

Text Example


Text Example

White with #9A271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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