Html Css Color HEX #931D1C Mandarian Orange

📋 copy color: '#931D1C'

red 147 ◦ green 29 ◦ blue 28

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

Shades of Mandarian Orange #931D1C

Tints of Mandarian Orange #931D1C

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.22%

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

R = 72.06%
G = 14.22%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#931D1C (or 0x931D1C) is known color: Mandarian Orange. HEX triplet: 93, 1D and 1C. RGB value is (147,29,28). Sum of RGB (Red+Green+Blue) = 147+29+28=204 (27% of max value = 765). Red value is 147 (57.81% from 255 or 72.06% from 204); Green value is 29 (11.72% from 255 or 14.22% from 204); Blue value is 28 (11.33% from 255 or 13.73% from 204); Max value from RGB is 147 - color contains mainly: red. Hex color #931D1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #931D1C is #6CE2E3. Grayscale: #404040. Windows color (decimal): -7135972 or 1842579. OLE color: 1842579.

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

Color convert

RGB 147 29 28 -
CMYK 0 0.80 0.81 0.42
HSL 0.5º 0.68% 0.34% -
HSV(B) 0.5º 0.81% 0.58% -
XYZ 12.68 7.17 1.81 -
YUV 64.17 107.59 187.08 -
System Red Green Blue C M Y K H S L
Decimal 147 29 28 0 0.80 0.81 0.42 0.5 0.68 0.34
Hex 93 1D 1C 0 50 51 2A 1 44 22
Octal 223 35 34 0 120 121 52 1 104 42
Binary 10010011 11101 11100 0 1010000 1010001 101010 1 1000100 100010

Color Harmonies of #931D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931D1C

Black with #931D1C

Text Example


Text Example

White with #931D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931D1C; }

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

 H1.HeaderClassName
 {
   color: #931D1C;
 }
 .AnyTagClassName
 {
   color: #931D1C;
 }
</style>

background-color css

<style>
 a { background-color: #931D1C; }

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

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

border-color css

<style>
 span { border-color: #931D1C; }

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

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