Html Css Color HEX #90261A Mandarian Orange

📋 copy color: '#90261A'

red 144 ◦ green 38 ◦ blue 26

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

Shades of Mandarian Orange #90261A

Tints of Mandarian Orange #90261A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.5%

R = 69.23%
G = 18.27%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#90261A (or 0x90261A) is known color: Mandarian Orange. HEX triplet: 90, 26 and 1A. RGB value is (144,38,26). Sum of RGB (Red+Green+Blue) = 144+38+26=208 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.23% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 26 (10.55% from 255 or 12.5% from 208); Max value from RGB is 144 - color contains mainly: red. Hex color #90261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #90261A is #6FD9E5. Grayscale: #444444. Windows color (decimal): -7330278 or 1713808. OLE color: 1713808.

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

Color convert

RGB 144 38 26 -
CMYK 0 0.74 0.82 0.44
HSL 6.1º 0.69% 0.33% -
HSV(B) 6.1º 0.82% 0.56% -
XYZ 12.38 7.39 1.75 -
YUV 68.33 104.12 181.98 -
System Red Green Blue C M Y K H S L
Decimal 144 38 26 0 0.74 0.82 0.44 6.1 0.69 0.33
Hex 90 26 1A 0 4A 52 2C 6 45 21
Octal 220 46 32 0 112 122 54 6 105 41
Binary 10010000 100110 11010 0 1001010 1010010 101100 110 1000101 100001

Color Harmonies of #90261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90261A

Black with #90261A

Text Example


Text Example

White with #90261A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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