Html Css Color HEX #902113 Mandarian Orange

📋 copy color: '#902113'

red 144 ◦ green 33 ◦ blue 19

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

Shades of Mandarian Orange #902113

Tints of Mandarian Orange #902113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.69%

R = 73.47%
G = 16.84%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#902113 (or 0x902113) is known color: Mandarian Orange. HEX triplet: 90, 21 and 13. RGB value is (144,33,19). Sum of RGB (Red+Green+Blue) = 144+33+19=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #902113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902113 is #6FDEEC. Grayscale: #404040. Windows color (decimal): -7331565 or 1253776. OLE color: 1253776.

HSL color Cylindrical-coordinate representation of color #902113: hue angle of 6.72º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #902113 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 33 19 -
CMYK 0 0.77 0.87 0.44
HSL 6.72º 0.77% 0.32% -
HSV(B) 6.72º 0.87% 0.56% -
XYZ 12.16 7.06 1.34 -
YUV 64.59 102.27 184.64 -
System Red Green Blue C M Y K H S L
Decimal 144 33 19 0 0.77 0.87 0.44 6.72 0.77 0.32
Hex 90 21 13 0 4D 57 2C 7 4D 20
Octal 220 41 23 0 115 127 54 7 115 40
Binary 10010000 100001 10011 0 1001101 1010111 101100 111 1001101 100000

Color Harmonies of #902113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902113

Black with #902113

Text Example


Text Example

White with #902113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902113; }

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

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

background-color css

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

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

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

border-color css

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

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

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