Html Css Color HEX #902014 Mandarian Orange

📋 copy color: '#902014'

red 144 ◦ green 32 ◦ blue 20

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

Shades of Mandarian Orange #902014

Tints of Mandarian Orange #902014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.2%

R = 73.47%
G = 16.33%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.44

RGB Variations

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

Color information

#902014 (or 0x902014) is known color: Mandarian Orange. HEX triplet: 90, 20 and 14. RGB value is (144,32,20). Sum of RGB (Red+Green+Blue) = 144+32+20=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 20 (8.20% from 255 or 10.20% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #902014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #902014 is #6FDFEB. Grayscale: #404040. Windows color (decimal): -7331820 or 1319056. OLE color: 1319056.

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

Color convert

RGB 144 32 20 -
CMYK 0 0.78 0.86 0.44
HSL 5.81º 0.76% 0.32% -
HSV(B) 5.81º 0.86% 0.56% -
XYZ 12.14 7.01 1.38 -
YUV 64.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 144 32 20 0 0.78 0.86 0.44 5.81 0.76 0.32
Hex 90 20 14 0 4E 56 2C 6 4C 20
Octal 220 40 24 0 116 126 54 6 114 40
Binary 10010000 100000 10100 0 1001110 1010110 101100 110 1001100 100000

Color Harmonies of #902014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #902014

Black with #902014

Text Example


Text Example

White with #902014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #902014; }

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

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

background-color css

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

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

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

border-color css

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

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

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