Html Css Color HEX #931B13 Mandarian Orange

📋 copy color: '#931B13'

red 147 ◦ green 27 ◦ blue 19

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

Shades of Mandarian Orange #931B13

Tints of Mandarian Orange #931B13

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.99%

 BLUE value IS 19 (7.81% from 255) = 9.84%

R = 76.17%
G = 13.99%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#931B13 (or 0x931B13) is known color: Mandarian Orange. HEX triplet: 93, 1B and 13. RGB value is (147,27,19). Sum of RGB (Red+Green+Blue) = 147+27+19=193 (25% of max value = 765). Red value is 147 (57.81% from 255 or 76.17% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 19 (7.81% from 255 or 9.84% from 193); Max value from RGB is 147 - color contains mainly: red. Hex color #931B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931B13 is #6CE4EC. Grayscale: #3E3E3E. Windows color (decimal): -7136493 or 1252243. OLE color: 1252243.

HSL color Cylindrical-coordinate representation of color #931B13: hue angle of 3.75º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #931B13 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 27 19 -
CMYK 0 0.82 0.87 0.42
HSL 3.75º 0.77% 0.33% -
HSV(B) 3.75º 0.87% 0.58% -
XYZ 12.54 7.03 1.31 -
YUV 61.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 147 27 19 0 0.82 0.87 0.42 3.75 0.77 0.33
Hex 93 1B 13 0 52 57 2A 4 4D 21
Octal 223 33 23 0 122 127 52 4 115 41
Binary 10010011 11011 10011 0 1010010 1010111 101010 100 1001101 100001

Color Harmonies of #931B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931B13

Black with #931B13

Text Example


Text Example

White with #931B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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