Html Css Color HEX #991C0A Mandarian Orange

📋 copy color: '#991C0A'

red 153 ◦ green 28 ◦ blue 10

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

Shades of Mandarian Orange #991C0A

Tints of Mandarian Orange #991C0A

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.66%

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

R = 80.1%
G = 14.66%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.4

RGB Variations

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

Color information

#991C0A (or 0x991C0A) is known color: Mandarian Orange. HEX triplet: 99, 1C and 0A. RGB value is (153,28,10). Sum of RGB (Red+Green+Blue) = 153+28+10=191 (25% of max value = 765). Red value is 153 (60.16% from 255 or 80.10% from 191); Green value is 28 (11.33% from 255 or 14.66% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 153 - color contains mainly: red. Hex color #991C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991C0A is #66E3F5. Grayscale: #3F3F3F. Windows color (decimal): -6743030 or 662681. OLE color: 662681.

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

Color convert

RGB 153 28 10 -
CMYK 0 0.82 0.93 0.4
HSL 7.55º 0.88% 0.32% -
HSV(B) 7.55º 0.93% 0.6% -
XYZ 13.61 7.62 1.04 -
YUV 63.32 97.91 191.96 -
System Red Green Blue C M Y K H S L
Decimal 153 28 10 0 0.82 0.93 0.4 7.55 0.88 0.32
Hex 99 1C A 0 52 5D 28 8 58 20
Octal 231 34 12 0 122 135 50 10 130 40
Binary 10011001 11100 1010 0 1010010 1011101 101000 1000 1011000 100000

Color Harmonies of #991C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991C0A

Black with #991C0A

Text Example


Text Example

White with #991C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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