Html Css Color HEX #90291A Mandarian Orange

📋 copy color: '#90291A'

red 144 ◦ green 41 ◦ blue 26

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

Shades of Mandarian Orange #90291A

Tints of Mandarian Orange #90291A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.43%

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

R = 68.25%
G = 19.43%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#90291A (or 0x90291A) is known color: Mandarian Orange. HEX triplet: 90, 29 and 1A. RGB value is (144,41,26). Sum of RGB (Red+Green+Blue) = 144+41+26=211 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.25% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 26 (10.55% from 255 or 12.32% from 211); Max value from RGB is 144 - color contains mainly: red. Hex color #90291A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90291A is #6FD6E5. Grayscale: #464646. Windows color (decimal): -7329510 or 1714576. OLE color: 1714576.

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

Color convert

RGB 144 41 26 -
CMYK 0 0.72 0.82 0.44
HSL 7.63º 0.69% 0.33% -
HSV(B) 7.63º 0.82% 0.56% -
XYZ 12.48 7.59 1.78 -
YUV 70.09 103.12 180.72 -
System Red Green Blue C M Y K H S L
Decimal 144 41 26 0 0.72 0.82 0.44 7.63 0.69 0.33
Hex 90 29 1A 0 48 52 2C 8 45 21
Octal 220 51 32 0 110 122 54 10 105 41
Binary 10010000 101001 11010 0 1001000 1010010 101100 1000 1000101 100001

Color Harmonies of #90291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90291A

Black with #90291A

Text Example


Text Example

White with #90291A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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