Html Css Color HEX #90261B Mandarian Orange

📋 copy color: '#90261B'

red 144 ◦ green 38 ◦ blue 27

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

Shades of Mandarian Orange #90261B

Tints of Mandarian Orange #90261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.18%

 BLUE value IS 27 (10.94% from 255) = 12.92%

R = 68.9%
G = 18.18%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#90261B (or 0x90261B) is known color: Mandarian Orange. HEX triplet: 90, 26 and 1B. RGB value is (144,38,27). Sum of RGB (Red+Green+Blue) = 144+38+27=209 (27% of max value = 765). Red value is 144 (56.64% from 255 or 68.90% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 144 - color contains mainly: red. Hex color #90261B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90261B is #6FD9E4. Grayscale: #444444. Windows color (decimal): -7330277 or 1779344. OLE color: 1779344.

HSL color Cylindrical-coordinate representation of color #90261B: hue angle of 5.64º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #90261B is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 38 27 -
CMYK 0 0.74 0.81 0.44
HSL 5.64º 0.68% 0.34% -
HSV(B) 5.64º 0.81% 0.56% -
XYZ 12.39 7.39 1.81 -
YUV 68.44 104.62 181.89 -
System Red Green Blue C M Y K H S L
Decimal 144 38 27 0 0.74 0.81 0.44 5.64 0.68 0.34
Hex 90 26 1B 0 4A 51 2C 6 44 22
Octal 220 46 33 0 112 121 54 6 104 42
Binary 10010000 100110 11011 0 1001010 1010001 101100 110 1000100 100010

Color Harmonies of #90261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90261B

Black with #90261B

Text Example


Text Example

White with #90261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90261B; }

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

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

background-color css

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

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

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

border-color css

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

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

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