Html Css Color HEX #93241B Mandarian Orange

📋 copy color: '#93241B'

red 147 ◦ green 36 ◦ blue 27

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

Shades of Mandarian Orange #93241B

Tints of Mandarian Orange #93241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.14%

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

R = 70%
G = 17.14%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#93241B (or 0x93241B) is known color: Mandarian Orange. HEX triplet: 93, 24 and 1B. RGB value is (147,36,27). Sum of RGB (Red+Green+Blue) = 147+36+27=210 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 27 (10.94% from 255 or 12.86% from 210); Max value from RGB is 147 - color contains mainly: red. Hex color #93241B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93241B is #6CDBE4. Grayscale: #444444. Windows color (decimal): -7134181 or 1778835. OLE color: 1778835.

HSL color Cylindrical-coordinate representation of color #93241B: hue angle of 4.5º degrees, saturation: 0.69, 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 #93241B is Cyan = 0, Magento = 0.76, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 36 27 -
CMYK 0 0.76 0.82 0.42
HSL 4.5º 0.69% 0.34% -
HSV(B) 4.5º 0.82% 0.58% -
XYZ 12.86 7.54 1.82 -
YUV 68.16 104.77 184.23 -
System Red Green Blue C M Y K H S L
Decimal 147 36 27 0 0.76 0.82 0.42 4.5 0.69 0.34
Hex 93 24 1B 0 4C 52 2A 4 45 22
Octal 223 44 33 0 114 122 52 4 105 42
Binary 10010011 100100 11011 0 1001100 1010010 101010 100 1000101 100010

Color Harmonies of #93241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93241B

Black with #93241B

Text Example


Text Example

White with #93241B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,36,27); }

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

background-color css

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

 a { background-color: rgb(147,36,27); }

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

border-color css

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

 span { border-color: rgb(147,36,27); }

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