Html Css Color HEX #90241C Mandarian Orange

📋 copy color: '#90241C'

red 144 ◦ green 36 ◦ blue 28

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

Shades of Mandarian Orange #90241C

Tints of Mandarian Orange #90241C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.46%

R = 69.23%
G = 17.31%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#90241C (or 0x90241C) is known color: Mandarian Orange. HEX triplet: 90, 24 and 1C. RGB value is (144,36,28). Sum of RGB (Red+Green+Blue) = 144+36+28=208 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.23% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 28 (11.33% from 255 or 13.46% from 208); Max value from RGB is 144 - color contains mainly: red. Hex color #90241C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90241C is #6FDBE3. Grayscale: #434343. Windows color (decimal): -7330788 or 1844368. OLE color: 1844368.

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

Color convert

RGB 144 36 28 -
CMYK 0 0.75 0.81 0.44
HSL 4.14º 0.67% 0.34% -
HSV(B) 4.14º 0.81% 0.56% -
XYZ 12.34 7.27 1.85 -
YUV 67.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 144 36 28 0 0.75 0.81 0.44 4.14 0.67 0.34
Hex 90 24 1C 0 4B 51 2C 4 43 22
Octal 220 44 34 0 113 121 54 4 103 42
Binary 10010000 100100 11100 0 1001011 1010001 101100 100 1000011 100010

Color Harmonies of #90241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90241C

Black with #90241C

Text Example


Text Example

White with #90241C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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