Html Css Color HEX #991D10 Mandarian Orange

📋 copy color: '#991D10'

red 153 ◦ green 29 ◦ blue 16

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

Shades of Mandarian Orange #991D10

Tints of Mandarian Orange #991D10

RGB

 RED value IS 153 (60.16% from 255) = 77.27%

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

 BLUE value IS 16 (6.64% from 255) = 8.08%

R = 77.27%
G = 14.65%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#991D10 (or 0x991D10) is known color: Mandarian Orange. HEX triplet: 99, 1D and 10. RGB value is (153,29,16). Sum of RGB (Red+Green+Blue) = 153+29+16=198 (26% of max value = 765). Red value is 153 (60.16% from 255 or 77.27% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 153 - color contains mainly: red. Hex color #991D10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991D10 is #66E2EF. Grayscale: #404040. Windows color (decimal): -6742768 or 1056153. OLE color: 1056153.

HSL color Cylindrical-coordinate representation of color #991D10: hue angle of 5.69º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #991D10 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 29 16 -
CMYK 0 0.81 0.90 0.4
HSL 5.69º 0.81% 0.33% -
HSV(B) 5.69º 0.9% 0.6% -
XYZ 13.67 7.69 1.25 -
YUV 64.59 100.58 191.06 -
System Red Green Blue C M Y K H S L
Decimal 153 29 16 0 0.81 0.90 0.4 5.69 0.81 0.33
Hex 99 1D 10 0 51 5A 28 6 51 21
Octal 231 35 20 0 121 132 50 6 121 41
Binary 10011001 11101 10000 0 1010001 1011010 101000 110 1010001 100001

Color Harmonies of #991D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991D10

Black with #991D10

Text Example


Text Example

White with #991D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991D10; }

 p { color: rgb(153,29,16); }

 H1.HeaderClassName
 {
   color: #991D10;
 }
 .AnyTagClassName
 {
   color: #991D10;
 }
</style>

background-color css

<style>
 a { background-color: #991D10; }

 a { background-color: rgb(153,29,16); }

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

border-color css

<style>
 span { border-color: #991D10; }

 span { border-color: rgb(153,29,16); }

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