Html Css Color HEX #93271B Mandarian Orange

📋 copy color: '#93271B'

red 147 ◦ green 39 ◦ blue 27

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

Shades of Mandarian Orange #93271B

Tints of Mandarian Orange #93271B

RGB

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

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

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

R = 69.01%
G = 18.31%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#93271B (or 0x93271B) is known color: Mandarian Orange. HEX triplet: 93, 27 and 1B. RGB value is (147,39,27). Sum of RGB (Red+Green+Blue) = 147+39+27=213 (28% of max value = 765). Red value is 147 (57.81% from 255 or 69.01% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 147 - color contains mainly: red. Hex color #93271B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93271B is #6CD8E4. Grayscale: #464646. Windows color (decimal): -7133413 or 1779603. OLE color: 1779603.

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

Color convert

RGB 147 39 27 -
CMYK 0 0.73 0.82 0.42
HSL 0.69% 0.34% -
HSV(B) 0.82% 0.58% -
XYZ 12.96 7.73 1.85 -
YUV 69.92 103.78 182.98 -
System Red Green Blue C M Y K H S L
Decimal 147 39 27 0 0.73 0.82 0.42 6 0.69 0.34
Hex 93 27 1B 0 49 52 2A 6 45 22
Octal 223 47 33 0 111 122 52 6 105 42
Binary 10010011 100111 11011 0 1001001 1010010 101010 110 1000101 100010

Color Harmonies of #93271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93271B

Black with #93271B

Text Example


Text Example

White with #93271B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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