Html Css Color HEX #991D1D Mandarian Orange

📋 copy color: '#991D1D'

red 153 ◦ green 29 ◦ blue 29

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

Shades of Mandarian Orange #991D1D

Tints of Mandarian Orange #991D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.74%

R = 72.51%
G = 13.74%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#991D1D (or 0x991D1D) is known color: Mandarian Orange. HEX triplet: 99, 1D and 1D. RGB value is (153,29,29). Sum of RGB (Red+Green+Blue) = 153+29+29=211 (27% of max value = 765). Red value is 153 (60.16% from 255 or 72.51% from 211); Green value is 29 (11.72% from 255 or 13.74% from 211); Blue value is 29 (11.72% from 255 or 13.74% from 211); Max value from RGB is 153 - color contains mainly: red. Hex color #991D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #991D1D is #66E2E2. Grayscale: #424242. Windows color (decimal): -6742755 or 1908121. OLE color: 1908121.

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

Color convert

RGB 153 29 29 -
CMYK 0 0.81 0.81 0.4
HSL 0.68% 0.36% -
HSV(B) 0.81% 0.6% -
XYZ 13.8 7.74 1.93 -
YUV 66.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 153 29 29 0 0.81 0.81 0.4 0 0.68 0.36
Hex 99 1D 1D 0 51 51 28 0 44 24
Octal 231 35 35 0 121 121 50 0 104 44
Binary 10011001 11101 11101 0 1010001 1010001 101000 0 1000100 100100

Color Harmonies of #991D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991D1D

Black with #991D1D

Text Example


Text Example

White with #991D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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