Html Css Color HEX #90281E Mandarian Orange

📋 copy color: '#90281E'

red 144 ◦ green 40 ◦ blue 30

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

Shades of Mandarian Orange #90281E

Tints of Mandarian Orange #90281E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.69%

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

R = 67.29%
G = 18.69%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#90281E (or 0x90281E) is known color: Mandarian Orange. HEX triplet: 90, 28 and 1E. RGB value is (144,40,30). Sum of RGB (Red+Green+Blue) = 144+40+30=214 (28% of max value = 765). Red value is 144 (56.64% from 255 or 67.29% from 214); Green value is 40 (16.02% from 255 or 18.69% from 214); Blue value is 30 (12.11% from 255 or 14.02% from 214); Max value from RGB is 144 - color contains mainly: red. Hex color #90281E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90281E is #6FD7E1. Grayscale: #464646. Windows color (decimal): -7329762 or 1976464. OLE color: 1976464.

HSL color Cylindrical-coordinate representation of color #90281E: hue angle of 5.26º 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 #90281E is Cyan = 0, Magento = 0.72, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 40 30 -
CMYK 0 0.72 0.79 0.44
HSL 5.26º 0.66% 0.34% -
HSV(B) 5.26º 0.79% 0.56% -
XYZ 12.49 7.54 2.03 -
YUV 69.96 105.46 180.81 -
System Red Green Blue C M Y K H S L
Decimal 144 40 30 0 0.72 0.79 0.44 5.26 0.66 0.34
Hex 90 28 1E 0 48 4F 2C 5 42 22
Octal 220 50 36 0 110 117 54 5 102 42
Binary 10010000 101000 11110 0 1001000 1001111 101100 101 1000010 100010

Color Harmonies of #90281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90281E

Black with #90281E

Text Example


Text Example

White with #90281E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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