Html Css Color HEX #90221A Mandarian Orange

📋 copy color: '#90221A'

red 144 ◦ green 34 ◦ blue 26

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

Shades of Mandarian Orange #90221A

Tints of Mandarian Orange #90221A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.67%

 BLUE value IS 26 (10.55% from 255) = 12.75%

R = 70.59%
G = 16.67%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#90221A (or 0x90221A) is known color: Mandarian Orange. HEX triplet: 90, 22 and 1A. RGB value is (144,34,26). Sum of RGB (Red+Green+Blue) = 144+34+26=204 (27% of max value = 765). Red value is 144 (56.64% from 255 or 70.59% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 26 (10.55% from 255 or 12.75% from 204); Max value from RGB is 144 - color contains mainly: red. Hex color #90221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90221A is #6FDDE5. Grayscale: #424242. Windows color (decimal): -7331302 or 1712784. OLE color: 1712784.

HSL color Cylindrical-coordinate representation of color #90221A: hue angle of 4.07º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #90221A is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 34 26 -
CMYK 0 0.76 0.82 0.44
HSL 4.07º 0.69% 0.33% -
HSV(B) 4.07º 0.82% 0.56% -
XYZ 12.26 7.15 1.71 -
YUV 65.98 105.44 183.65 -
System Red Green Blue C M Y K H S L
Decimal 144 34 26 0 0.76 0.82 0.44 4.07 0.69 0.33
Hex 90 22 1A 0 4C 52 2C 4 45 21
Octal 220 42 32 0 114 122 54 4 105 41
Binary 10010000 100010 11010 0 1001100 1010010 101100 100 1000101 100001

Color Harmonies of #90221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90221A

Black with #90221A

Text Example


Text Example

White with #90221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90221A; }

 p { color: rgb(144,34,26); }

 H1.HeaderClassName
 {
   color: #90221A;
 }
 .AnyTagClassName
 {
   color: #90221A;
 }
</style>

background-color css

<style>
 a { background-color: #90221A; }

 a { background-color: rgb(144,34,26); }

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

border-color css

<style>
 span { border-color: #90221A; }

 span { border-color: rgb(144,34,26); }

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