Html Css Color HEX #981D11 Mandarian Orange

📋 copy color: '#981D11'

red 152 ◦ green 29 ◦ blue 17

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

Shades of Mandarian Orange #981D11

Tints of Mandarian Orange #981D11

RGB

 RED value IS 152 (59.77% from 255) = 76.77%

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

 BLUE value IS 17 (7.03% from 255) = 8.59%

R = 76.77%
G = 14.65%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#981D11 (or 0x981D11) is known color: Mandarian Orange. HEX triplet: 98, 1D and 11. RGB value is (152,29,17). Sum of RGB (Red+Green+Blue) = 152+29+17=198 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.77% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 17 (7.03% from 255 or 8.59% from 198); Max value from RGB is 152 - color contains mainly: red. Hex color #981D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981D11 is #67E2EE. Grayscale: #404040. Windows color (decimal): -6808303 or 1121688. OLE color: 1121688.

HSL color Cylindrical-coordinate representation of color #981D11: hue angle of 5.33º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981D11 is Cyan = 0, Magento = 0.81, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 29 17 -
CMYK 0 0.81 0.89 0.40
HSL 5.33º 0.8% 0.33% -
HSV(B) 5.33º 0.89% 0.6% -
XYZ 13.49 7.59 1.29 -
YUV 64.41 101.25 190.48 -
System Red Green Blue C M Y K H S L
Decimal 152 29 17 0 0.81 0.89 0.40 5.33 0.8 0.33
Hex 98 1D 11 0 51 59 28 5 50 21
Octal 230 35 21 0 121 131 50 5 120 41
Binary 10011000 11101 10001 0 1010001 1011001 101000 101 1010000 100001

Color Harmonies of #981D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981D11

Black with #981D11

Text Example


Text Example

White with #981D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981D11; }

 p { color: rgb(152,29,17); }

 H1.HeaderClassName
 {
   color: #981D11;
 }
 .AnyTagClassName
 {
   color: #981D11;
 }
</style>

background-color css

<style>
 a { background-color: #981D11; }

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

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

border-color css

<style>
 span { border-color: #981D11; }

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

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