Html Css Color HEX #991F0A Mandarian Orange

📋 copy color: '#991F0A'

red 153 ◦ green 31 ◦ blue 10

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

Shades of Mandarian Orange #991F0A

Tints of Mandarian Orange #991F0A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.98%

 BLUE value IS 10 (4.3% from 255) = 5.15%

R = 78.87%
G = 15.98%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#991F0A (or 0x991F0A) is known color: Mandarian Orange. HEX triplet: 99, 1F and 0A. RGB value is (153,31,10). Sum of RGB (Red+Green+Blue) = 153+31+10=194 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.87% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 153 - color contains mainly: red. Hex color #991F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991F0A is #66E0F5. Grayscale: #414141. Windows color (decimal): -6742262 or 663449. OLE color: 663449.

HSL color Cylindrical-coordinate representation of color #991F0A: hue angle of 8.81º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #991F0A is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 31 10 -
CMYK 0 0.80 0.93 0.4
HSL 8.81º 0.88% 0.32% -
HSV(B) 8.81º 0.93% 0.6% -
XYZ 13.68 7.77 1.07 -
YUV 65.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 153 31 10 0 0.80 0.93 0.4 8.81 0.88 0.32
Hex 99 1F A 0 50 5D 28 9 58 20
Octal 231 37 12 0 120 135 50 11 130 40
Binary 10011001 11111 1010 0 1010000 1011101 101000 1001 1011000 100000

Color Harmonies of #991F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991F0A

Black with #991F0A

Text Example


Text Example

White with #991F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,31,10); }

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

background-color css

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

 a { background-color: rgb(153,31,10); }

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

border-color css

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

 span { border-color: rgb(153,31,10); }

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