Html Css Color HEX #991C0F Mandarian Orange

📋 copy color: '#991C0F'

red 153 ◦ green 28 ◦ blue 15

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

Shades of Mandarian Orange #991C0F

Tints of Mandarian Orange #991C0F

RGB

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

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

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

R = 78.06%
G = 14.29%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#991C0F (or 0x991C0F) is known color: Mandarian Orange. HEX triplet: 99, 1C and 0F. RGB value is (153,28,15). Sum of RGB (Red+Green+Blue) = 153+28+15=196 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.06% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 15 (6.25% from 255 or 7.65% from 196); Max value from RGB is 153 - color contains mainly: red. Hex color #991C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991C0F is #66E3F0. Grayscale: #404040. Windows color (decimal): -6743025 or 990361. OLE color: 990361.

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

Color convert

RGB 153 28 15 -
CMYK 0 0.82 0.90 0.4
HSL 5.65º 0.82% 0.33% -
HSV(B) 5.65º 0.9% 0.6% -
XYZ 13.64 7.64 1.21 -
YUV 63.89 100.41 191.56 -
System Red Green Blue C M Y K H S L
Decimal 153 28 15 0 0.82 0.90 0.4 5.65 0.82 0.33
Hex 99 1C F 0 52 5A 28 6 52 21
Octal 231 34 17 0 122 132 50 6 122 41
Binary 10011001 11100 1111 0 1010010 1011010 101000 110 1010010 100001

Color Harmonies of #991C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991C0F

Black with #991C0F

Text Example


Text Example

White with #991C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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