Html Css Color HEX #93231D Mandarian Orange

📋 copy color: '#93231D'

red 147 ◦ green 35 ◦ blue 29

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

Shades of Mandarian Orange #93231D

Tints of Mandarian Orange #93231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.74%

R = 69.67%
G = 16.59%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#93231D (or 0x93231D) is known color: Mandarian Orange. HEX triplet: 93, 23 and 1D. RGB value is (147,35,29). Sum of RGB (Red+Green+Blue) = 147+35+29=211 (27% of max value = 765). Red value is 147 (57.81% from 255 or 69.67% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 147 - color contains mainly: red. Hex color #93231D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93231D is #6CDCE2. Grayscale: #434343. Windows color (decimal): -7134435 or 1909651. OLE color: 1909651.

HSL color Cylindrical-coordinate representation of color #93231D: hue angle of 3.05º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93231D is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 35 29 -
CMYK 0 0.76 0.80 0.42
HSL 3.05º 0.67% 0.35% -
HSV(B) 3.05º 0.8% 0.58% -
XYZ 12.86 7.49 1.93 -
YUV 67.8 106.11 184.49 -
System Red Green Blue C M Y K H S L
Decimal 147 35 29 0 0.76 0.80 0.42 3.05 0.67 0.35
Hex 93 23 1D 0 4C 50 2A 3 43 23
Octal 223 43 35 0 114 120 52 3 103 43
Binary 10010011 100011 11101 0 1001100 1010000 101010 11 1000011 100011

Color Harmonies of #93231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93231D

Black with #93231D

Text Example


Text Example

White with #93231D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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