Html Css Color HEX #981C13 Mandarian Orange

📋 copy color: '#981C13'

red 152 ◦ green 28 ◦ blue 19

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

Shades of Mandarian Orange #981C13

Tints of Mandarian Orange #981C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.55%

R = 76.38%
G = 14.07%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#981C13 (or 0x981C13) is known color: Mandarian Orange. HEX triplet: 98, 1C and 13. RGB value is (152,28,19). Sum of RGB (Red+Green+Blue) = 152+28+19=199 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.38% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 19 (7.81% from 255 or 9.55% from 199); Max value from RGB is 152 - color contains mainly: red. Hex color #981C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #981C13 is #67E3EC. Grayscale: #404040. Windows color (decimal): -6808557 or 1252504. OLE color: 1252504.

HSL color Cylindrical-coordinate representation of color #981C13: hue angle of 4.06º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981C13 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 28 19 -
CMYK 0 0.82 0.87 0.40
HSL 4.06º 0.78% 0.34% -
HSV(B) 4.06º 0.88% 0.6% -
XYZ 13.48 7.55 1.36 -
YUV 64.05 102.58 190.73 -
System Red Green Blue C M Y K H S L
Decimal 152 28 19 0 0.82 0.87 0.40 4.06 0.78 0.34
Hex 98 1C 13 0 52 57 28 4 4E 22
Octal 230 34 23 0 122 127 50 4 116 42
Binary 10011000 11100 10011 0 1010010 1010111 101000 100 1001110 100010

Color Harmonies of #981C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981C13

Black with #981C13

Text Example


Text Example

White with #981C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,28,19); }

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

background-color css

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

 a { background-color: rgb(152,28,19); }

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

border-color css

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

 span { border-color: rgb(152,28,19); }

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