Html Css Color HEX #90271F Mandarian Orange

📋 copy color: '#90271F'

red 144 ◦ green 39 ◦ blue 31

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

Shades of Mandarian Orange #90271F

Tints of Mandarian Orange #90271F

RGB

 RED value IS 144 (56.64% from 255) = 67.29%

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

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

R = 67.29%
G = 18.22%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#90271F (or 0x90271F) is known color: Mandarian Orange. HEX triplet: 90, 27 and 1F. RGB value is (144,39,31). Sum of RGB (Red+Green+Blue) = 144+39+31=214 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.29% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 144 - color contains mainly: red. Hex color #90271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90271F is #6FD8E0. Grayscale: #454545. Windows color (decimal): -7330017 or 2041744. OLE color: 2041744.

HSL color Cylindrical-coordinate representation of color #90271F: hue angle of 4.25º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90271F is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 39 31 -
CMYK 0 0.73 0.78 0.44
HSL 4.25º 0.65% 0.34% -
HSV(B) 4.25º 0.78% 0.56% -
XYZ 12.47 7.48 2.08 -
YUV 69.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 144 39 31 0 0.73 0.78 0.44 4.25 0.65 0.34
Hex 90 27 1F 0 49 4E 2C 4 41 22
Octal 220 47 37 0 111 116 54 4 101 42
Binary 10010000 100111 11111 0 1001001 1001110 101100 100 1000001 100010

Color Harmonies of #90271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90271F

Black with #90271F

Text Example


Text Example

White with #90271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90271F; }

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

 H1.HeaderClassName
 {
   color: #90271F;
 }
 .AnyTagClassName
 {
   color: #90271F;
 }
</style>

background-color css

<style>
 a { background-color: #90271F; }

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

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

border-color css

<style>
 span { border-color: #90271F; }

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

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