Html Css Color HEX #93271C Mandarian Orange

📋 copy color: '#93271C'

red 147 ◦ green 39 ◦ blue 28

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

Shades of Mandarian Orange #93271C

Tints of Mandarian Orange #93271C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.22%

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

R = 68.69%
G = 18.22%
B = 13.08%

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

#93271C (or 0x93271C) is known color: Mandarian Orange. HEX triplet: 93, 27 and 1C. RGB value is (147,39,28). Sum of RGB (Red+Green+Blue) = 147+39+28=214 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.69% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 28 (11.33% from 255 or 13.08% from 214); Max value from RGB is 147 - color contains mainly: red. Hex color #93271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93271C is #6CD8E3. Grayscale: #464646. Windows color (decimal): -7133412 or 1845139. OLE color: 1845139.

HSL color Cylindrical-coordinate representation of color #93271C: hue angle of 5.55º 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 #93271C is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 39 28 -
CMYK 0 0.73 0.81 0.42
HSL 5.55º 0.68% 0.34% -
HSV(B) 5.55º 0.81% 0.58% -
XYZ 12.97 7.74 1.91 -
YUV 70.04 104.28 182.89 -
System Red Green Blue C M Y K H S L
Decimal 147 39 28 0 0.73 0.81 0.42 5.55 0.68 0.34
Hex 93 27 1C 0 49 51 2A 6 44 22
Octal 223 47 34 0 111 121 52 6 104 42
Binary 10010011 100111 11100 0 1001001 1010001 101010 110 1000100 100010

Color Harmonies of #93271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93271C

Black with #93271C

Text Example


Text Example

White with #93271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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