Html Css Color HEX #90271E Mandarian Orange

📋 copy color: '#90271E'

red 144 ◦ green 39 ◦ blue 30

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

Shades of Mandarian Orange #90271E

Tints of Mandarian Orange #90271E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 14.08%

R = 67.61%
G = 18.31%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#90271E (or 0x90271E) is known color: Mandarian Orange. HEX triplet: 90, 27 and 1E. RGB value is (144,39,30). Sum of RGB (Red+Green+Blue) = 144+39+30=213 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.61% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 144 - color contains mainly: red. Hex color #90271E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90271E is #6FD8E1. Grayscale: #454545. Windows color (decimal): -7330018 or 1976208. OLE color: 1976208.

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

Color convert

RGB 144 39 30 -
CMYK 0 0.73 0.79 0.44
HSL 4.74º 0.66% 0.34% -
HSV(B) 4.74º 0.79% 0.56% -
XYZ 12.46 7.47 2.01 -
YUV 69.37 105.79 181.23 -
System Red Green Blue C M Y K H S L
Decimal 144 39 30 0 0.73 0.79 0.44 4.74 0.66 0.34
Hex 90 27 1E 0 49 4F 2C 5 42 22
Octal 220 47 36 0 111 117 54 5 102 42
Binary 10010000 100111 11110 0 1001001 1001111 101100 101 1000010 100010

Color Harmonies of #90271E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90271E

Black with #90271E

Text Example


Text Example

White with #90271E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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