Html Css Color HEX #991D0E Mandarian Orange

📋 copy color: '#991D0E'

red 153 ◦ green 29 ◦ blue 14

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

Shades of Mandarian Orange #991D0E

Tints of Mandarian Orange #991D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.14%

R = 78.06%
G = 14.8%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#991D0E (or 0x991D0E) is known color: Mandarian Orange. HEX triplet: 99, 1D and 0E. RGB value is (153,29,14). Sum of RGB (Red+Green+Blue) = 153+29+14=196 (25% of max value = 765). Red value is 153 (60.16% from 255 or 78.06% from 196); Green value is 29 (11.72% from 255 or 14.80% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 153 - color contains mainly: red. Hex color #991D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991D0E is #66E2F1. Grayscale: #404040. Windows color (decimal): -6742770 or 925081. OLE color: 925081.

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

Color convert

RGB 153 29 14 -
CMYK 0 0.81 0.91 0.4
HSL 6.47º 0.83% 0.33% -
HSV(B) 6.47º 0.91% 0.6% -
XYZ 13.66 7.68 1.18 -
YUV 64.37 99.58 191.22 -
System Red Green Blue C M Y K H S L
Decimal 153 29 14 0 0.81 0.91 0.4 6.47 0.83 0.33
Hex 99 1D E 0 51 5B 28 6 53 21
Octal 231 35 16 0 121 133 50 6 123 41
Binary 10011001 11101 1110 0 1010001 1011011 101000 110 1010011 100001

Color Harmonies of #991D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991D0E

Black with #991D0E

Text Example


Text Example

White with #991D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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