Html Css Color HEX #981713 Mandarian Orange

📋 copy color: '#981713'

red 152 ◦ green 23 ◦ blue 19

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

Shades of Mandarian Orange #981713

Tints of Mandarian Orange #981713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.86%

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

R = 78.35%
G = 11.86%
B = 9.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#981713 (or 0x981713) is known color: Mandarian Orange. HEX triplet: 98, 17 and 13. RGB value is (152,23,19). Sum of RGB (Red+Green+Blue) = 152+23+19=194 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.35% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 152 - color contains mainly: red. Hex color #981713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981713 is #67E8EC. Grayscale: #3D3D3D. Windows color (decimal): -6809837 or 1251224. OLE color: 1251224.

HSL color Cylindrical-coordinate representation of color #981713: hue angle of 1.8º 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 #981713 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 23 19 -
CMYK 0 0.85 0.87 0.40
HSL 1.8º 0.78% 0.34% -
HSV(B) 1.8º 0.88% 0.6% -
XYZ 13.37 7.34 1.33 -
YUV 61.12 104.24 192.83 -
System Red Green Blue C M Y K H S L
Decimal 152 23 19 0 0.85 0.87 0.40 1.8 0.78 0.34
Hex 98 17 13 0 55 57 28 2 4E 22
Octal 230 27 23 0 125 127 50 2 116 42
Binary 10011000 10111 10011 0 1010101 1010111 101000 10 1001110 100010

Color Harmonies of #981713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981713

Black with #981713

Text Example


Text Example

White with #981713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981713; }

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

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

background-color css

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

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

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

border-color css

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

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

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