Html Css Color HEX #901B17 Mandarian Orange

📋 copy color: '#901B17'

red 144 ◦ green 27 ◦ blue 23

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

Shades of Mandarian Orange #901B17

Tints of Mandarian Orange #901B17

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.92%

 BLUE value IS 23 (9.38% from 255) = 11.86%

R = 74.23%
G = 13.92%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.44

RGB Variations

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

Color information

#901B17 (or 0x901B17) is known color: Mandarian Orange. HEX triplet: 90, 1B and 17. RGB value is (144,27,23). Sum of RGB (Red+Green+Blue) = 144+27+23=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 23 (9.38% from 255 or 11.86% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #901B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901B17 is #6FE4E8. Grayscale: #3D3D3D. Windows color (decimal): -7333097 or 1514384. OLE color: 1514384.

HSL color Cylindrical-coordinate representation of color #901B17: hue angle of 1.98º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #901B17 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 27 23 -
CMYK 0 0.81 0.84 0.44
HSL 1.98º 0.72% 0.33% -
HSV(B) 1.98º 0.84% 0.56% -
XYZ 12.05 6.78 1.48 -
YUV 61.53 106.26 186.83 -
System Red Green Blue C M Y K H S L
Decimal 144 27 23 0 0.81 0.84 0.44 1.98 0.72 0.33
Hex 90 1B 17 0 51 54 2C 2 48 21
Octal 220 33 27 0 121 124 54 2 110 41
Binary 10010000 11011 10111 0 1010001 1010100 101100 10 1001000 100001

Color Harmonies of #901B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901B17

Black with #901B17

Text Example


Text Example

White with #901B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901B17; }

 p { color: rgb(144,27,23); }

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

background-color css

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

 a { background-color: rgb(144,27,23); }

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

border-color css

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

 span { border-color: rgb(144,27,23); }

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