Html Css Color HEX #991F0F Mandarian Orange

📋 copy color: '#991F0F'

red 153 ◦ green 31 ◦ blue 15

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

Shades of Mandarian Orange #991F0F

Tints of Mandarian Orange #991F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.54%

R = 76.88%
G = 15.58%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#991F0F (or 0x991F0F) is known color: Mandarian Orange. HEX triplet: 99, 1F and 0F. RGB value is (153,31,15). Sum of RGB (Red+Green+Blue) = 153+31+15=199 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.88% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 153 - color contains mainly: red. Hex color #991F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991F0F is #66E0F0. Grayscale: #414141. Windows color (decimal): -6742257 or 991129. OLE color: 991129.

HSL color Cylindrical-coordinate representation of color #991F0F: hue angle of 6.96º degrees, saturation: 0.82, 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 #991F0F is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 31 15 -
CMYK 0 0.80 0.90 0.4
HSL 6.96º 0.82% 0.33% -
HSV(B) 6.96º 0.9% 0.6% -
XYZ 13.71 7.79 1.23 -
YUV 65.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 153 31 15 0 0.80 0.90 0.4 6.96 0.82 0.33
Hex 99 1F F 0 50 5A 28 7 52 21
Octal 231 37 17 0 120 132 50 7 122 41
Binary 10011001 11111 1111 0 1010000 1011010 101000 111 1010010 100001

Color Harmonies of #991F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991F0F

Black with #991F0F

Text Example


Text Example

White with #991F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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