Html Css Color HEX #902119 Mandarian Orange

📋 copy color: '#902119'

red 144 ◦ green 33 ◦ blue 25

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

Shades of Mandarian Orange #902119

Tints of Mandarian Orange #902119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.34%

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

R = 71.29%
G = 16.34%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#902119 (or 0x902119) is known color: Mandarian Orange. HEX triplet: 90, 21 and 19. RGB value is (144,33,25). Sum of RGB (Red+Green+Blue) = 144+33+25=202 (26% of max value = 765). Red value is 144 (56.64% from 255 or 71.29% from 202); Green value is 33 (13.28% from 255 or 16.34% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 144 - color contains mainly: red. Hex color #902119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902119 is #6FDEE6. Grayscale: #414141. Windows color (decimal): -7331559 or 1646992. OLE color: 1646992.

HSL color Cylindrical-coordinate representation of color #902119: hue angle of 4.03º 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 #902119 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 33 25 -
CMYK 0 0.77 0.83 0.44
HSL 4.03º 0.7% 0.33% -
HSV(B) 4.03º 0.83% 0.56% -
XYZ 12.22 7.09 1.64 -
YUV 65.28 105.27 184.15 -
System Red Green Blue C M Y K H S L
Decimal 144 33 25 0 0.77 0.83 0.44 4.03 0.7 0.33
Hex 90 21 19 0 4D 53 2C 4 46 21
Octal 220 41 31 0 115 123 54 4 106 41
Binary 10010000 100001 11001 0 1001101 1010011 101100 100 1000110 100001

Color Harmonies of #902119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902119

Black with #902119

Text Example


Text Example

White with #902119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902119; }

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

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

background-color css

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

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

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

border-color css

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

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

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