Html Css Color HEX #902019 Mandarian Orange

📋 copy color: '#902019'

red 144 ◦ green 32 ◦ blue 25

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

Shades of Mandarian Orange #902019

Tints of Mandarian Orange #902019

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.92%

 BLUE value IS 25 (10.16% from 255) = 12.44%

R = 71.64%
G = 15.92%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#902019 (or 0x902019) is known color: Mandarian Orange. HEX triplet: 90, 20 and 19. RGB value is (144,32,25). Sum of RGB (Red+Green+Blue) = 144+32+25=201 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.64% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 144 - color contains mainly: red. Hex color #902019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902019 is #6FDFE6. Grayscale: #404040. Windows color (decimal): -7331815 or 1646736. OLE color: 1646736.

HSL color Cylindrical-coordinate representation of color #902019: hue angle of 3.53º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #902019 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 32 25 -
CMYK 0 0.78 0.83 0.44
HSL 3.53º 0.7% 0.33% -
HSV(B) 3.53º 0.83% 0.56% -
XYZ 12.19 7.03 1.63 -
YUV 64.69 105.61 184.57 -
System Red Green Blue C M Y K H S L
Decimal 144 32 25 0 0.78 0.83 0.44 3.53 0.7 0.33
Hex 90 20 19 0 4E 53 2C 4 46 21
Octal 220 40 31 0 116 123 54 4 106 41
Binary 10010000 100000 11001 0 1001110 1010011 101100 100 1000110 100001

Color Harmonies of #902019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902019

Black with #902019

Text Example


Text Example

White with #902019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902019; }

 p { color: rgb(144,32,25); }

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

background-color css

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

 a { background-color: rgb(144,32,25); }

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

border-color css

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

 span { border-color: rgb(144,32,25); }

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