Html Css Color HEX #90231F Mandarian Orange

📋 copy color: '#90231F'

red 144 ◦ green 35 ◦ blue 31

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

Shades of Mandarian Orange #90231F

Tints of Mandarian Orange #90231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.67%

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

R = 68.57%
G = 16.67%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#90231F (or 0x90231F) is known color: Mandarian Orange. HEX triplet: 90, 23 and 1F. RGB value is (144,35,31). Sum of RGB (Red+Green+Blue) = 144+35+31=210 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.57% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 31 (12.5% from 255 or 14.76% from 210); Max value from RGB is 144 - color contains mainly: red. Hex color #90231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90231F is #6FDCE0. Grayscale: #434343. Windows color (decimal): -7331041 or 2040720. OLE color: 2040720.

HSL color Cylindrical-coordinate representation of color #90231F: hue angle of 2.12º 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 #90231F is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 35 31 -
CMYK 0 0.76 0.78 0.44
HSL 2.12º 0.65% 0.34% -
HSV(B) 2.12º 0.78% 0.56% -
XYZ 12.35 7.23 2.04 -
YUV 67.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 144 35 31 0 0.76 0.78 0.44 2.12 0.65 0.34
Hex 90 23 1F 0 4C 4E 2C 2 41 22
Octal 220 43 37 0 114 116 54 2 101 42
Binary 10010000 100011 11111 0 1001100 1001110 101100 10 1000001 100010

Color Harmonies of #90231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90231F

Black with #90231F

Text Example


Text Example

White with #90231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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