Html Css Color HEX #93221A Mandarian Orange

📋 copy color: '#93221A'

red 147 ◦ green 34 ◦ blue 26

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

Shades of Mandarian Orange #93221A

Tints of Mandarian Orange #93221A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.43%

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

R = 71.01%
G = 16.43%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#93221A (or 0x93221A) is known color: Mandarian Orange. HEX triplet: 93, 22 and 1A. RGB value is (147,34,26). Sum of RGB (Red+Green+Blue) = 147+34+26=207 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.01% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 147 - color contains mainly: red. Hex color #93221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93221A is #6CDDE5. Grayscale: #434343. Windows color (decimal): -7134694 or 1712787. OLE color: 1712787.

HSL color Cylindrical-coordinate representation of color #93221A: hue angle of 3.97º 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 #93221A is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 34 26 -
CMYK 0 0.77 0.82 0.42
HSL 3.97º 0.7% 0.34% -
HSV(B) 3.97º 0.82% 0.58% -
XYZ 12.79 7.42 1.74 -
YUV 66.88 104.94 185.15 -
System Red Green Blue C M Y K H S L
Decimal 147 34 26 0 0.77 0.82 0.42 3.97 0.7 0.34
Hex 93 22 1A 0 4D 52 2A 4 46 22
Octal 223 42 32 0 115 122 52 4 106 42
Binary 10010011 100010 11010 0 1001101 1010010 101010 100 1000110 100010

Color Harmonies of #93221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93221A

Black with #93221A

Text Example


Text Example

White with #93221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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