Html Css Color HEX #90241D Mandarian Orange

📋 copy color: '#90241D'

red 144 ◦ green 36 ◦ blue 29

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

Shades of Mandarian Orange #90241D

Tints of Mandarian Orange #90241D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.22%

 BLUE value IS 29 (11.72% from 255) = 13.88%

R = 68.9%
G = 17.22%
B = 13.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#90241D (or 0x90241D) is known color: Mandarian Orange. HEX triplet: 90, 24 and 1D. RGB value is (144,36,29). Sum of RGB (Red+Green+Blue) = 144+36+29=209 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.90% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 144 - color contains mainly: red. Hex color #90241D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90241D is #6FDBE2. Grayscale: #434343. Windows color (decimal): -7330787 or 1909904. OLE color: 1909904.

HSL color Cylindrical-coordinate representation of color #90241D: hue angle of 3.65º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #90241D is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 36 29 -
CMYK 0 0.75 0.80 0.44
HSL 3.65º 0.66% 0.34% -
HSV(B) 3.65º 0.8% 0.56% -
XYZ 12.35 7.28 1.92 -
YUV 67.49 106.28 182.57 -
System Red Green Blue C M Y K H S L
Decimal 144 36 29 0 0.75 0.80 0.44 3.65 0.66 0.34
Hex 90 24 1D 0 4B 50 2C 4 42 22
Octal 220 44 35 0 113 120 54 4 102 42
Binary 10010000 100100 11101 0 1001011 1010000 101100 100 1000010 100010

Color Harmonies of #90241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90241D

Black with #90241D

Text Example


Text Example

White with #90241D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90241D; }

 p { color: rgb(144,36,29); }

 H1.HeaderClassName
 {
   color: #90241D;
 }
 .AnyTagClassName
 {
   color: #90241D;
 }
</style>

background-color css

<style>
 a { background-color: #90241D; }

 a { background-color: rgb(144,36,29); }

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

border-color css

<style>
 span { border-color: #90241D; }

 span { border-color: rgb(144,36,29); }

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