Html Css Color HEX #93281C Mandarian Orange

📋 copy color: '#93281C'

red 147 ◦ green 40 ◦ blue 28

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

Shades of Mandarian Orange #93281C

Tints of Mandarian Orange #93281C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.6%

 BLUE value IS 28 (11.33% from 255) = 13.02%

R = 68.37%
G = 18.6%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#93281C (or 0x93281C) is known color: Mandarian Orange. HEX triplet: 93, 28 and 1C. RGB value is (147,40,28). Sum of RGB (Red+Green+Blue) = 147+40+28=215 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.37% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 147 - color contains mainly: red. Hex color #93281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93281C is #6CD7E3. Grayscale: #464646. Windows color (decimal): -7133156 or 1845395. OLE color: 1845395.

HSL color Cylindrical-coordinate representation of color #93281C: hue angle of 6.05º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #93281C is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 40 28 -
CMYK 0 0.73 0.81 0.42
HSL 6.05º 0.68% 0.34% -
HSV(B) 6.05º 0.81% 0.58% -
XYZ 13 7.8 1.92 -
YUV 70.63 103.95 182.48 -
System Red Green Blue C M Y K H S L
Decimal 147 40 28 0 0.73 0.81 0.42 6.05 0.68 0.34
Hex 93 28 1C 0 49 51 2A 6 44 22
Octal 223 50 34 0 111 121 52 6 104 42
Binary 10010011 101000 11100 0 1001001 1010001 101010 110 1000100 100010

Color Harmonies of #93281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93281C

Black with #93281C

Text Example


Text Example

White with #93281C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93281C; }

 p { color: rgb(147,40,28); }

 H1.HeaderClassName
 {
   color: #93281C;
 }
 .AnyTagClassName
 {
   color: #93281C;
 }
</style>

background-color css

<style>
 a { background-color: #93281C; }

 a { background-color: rgb(147,40,28); }

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

border-color css

<style>
 span { border-color: #93281C; }

 span { border-color: rgb(147,40,28); }

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