Html Css Color HEX #93231B Mandarian Orange

📋 copy color: '#93231B'

red 147 ◦ green 35 ◦ blue 27

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

Shades of Mandarian Orange #93231B

Tints of Mandarian Orange #93231B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.75%

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

R = 70.33%
G = 16.75%
B = 12.92%

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

#93231B (or 0x93231B) is known color: Mandarian Orange. HEX triplet: 93, 23 and 1B. RGB value is (147,35,27). Sum of RGB (Red+Green+Blue) = 147+35+27=209 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.33% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 147 - color contains mainly: red. Hex color #93231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93231B is #6CDCE4. Grayscale: #434343. Windows color (decimal): -7134437 or 1778579. OLE color: 1778579.

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

Color convert

RGB 147 35 27 -
CMYK 0 0.76 0.82 0.42
HSL 0.69% 0.34% -
HSV(B) 0.82% 0.58% -
XYZ 12.83 7.48 1.81 -
YUV 67.58 105.11 184.65 -
System Red Green Blue C M Y K H S L
Decimal 147 35 27 0 0.76 0.82 0.42 4 0.69 0.34
Hex 93 23 1B 0 4C 52 2A 4 45 22
Octal 223 43 33 0 114 122 52 4 105 42
Binary 10010011 100011 11011 0 1001100 1010010 101010 100 1000101 100010

Color Harmonies of #93231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93231B

Black with #93231B

Text Example


Text Example

White with #93231B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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