Html Css Color HEX #93291A Mandarian Orange

📋 copy color: '#93291A'

red 147 ◦ green 41 ◦ blue 26

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

Shades of Mandarian Orange #93291A

Tints of Mandarian Orange #93291A

RGB

 RED value IS 147 (57.81% from 255) = 68.69%

 GREEN value IS 41 (16.41% from 255) = 19.16%

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

R = 68.69%
G = 19.16%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#93291A (or 0x93291A) is known color: Mandarian Orange. HEX triplet: 93, 29 and 1A. RGB value is (147,41,26). Sum of RGB (Red+Green+Blue) = 147+41+26=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #93291A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93291A is #6CD6E5. Grayscale: #474747. Windows color (decimal): -7132902 or 1714579. OLE color: 1714579.

HSL color Cylindrical-coordinate representation of color #93291A: hue angle of 7.44º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #93291A is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 41 26 -
CMYK 0 0.72 0.82 0.42
HSL 7.44º 0.7% 0.34% -
HSV(B) 7.44º 0.82% 0.58% -
XYZ 13.01 7.86 1.81 -
YUV 70.98 102.62 182.22 -
System Red Green Blue C M Y K H S L
Decimal 147 41 26 0 0.72 0.82 0.42 7.44 0.7 0.34
Hex 93 29 1A 0 48 52 2A 7 46 22
Octal 223 51 32 0 110 122 52 7 106 42
Binary 10010011 101001 11010 0 1001000 1010010 101010 111 1000110 100010

Color Harmonies of #93291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93291A

Black with #93291A

Text Example


Text Example

White with #93291A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,41,26); }

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

background-color css

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

 a { background-color: rgb(147,41,26); }

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

border-color css

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

 span { border-color: rgb(147,41,26); }

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