Html Css Color HEX #981716 Mandarian Orange

📋 copy color: '#981716'

red 152 ◦ green 23 ◦ blue 22

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

Shades of Mandarian Orange #981716

Tints of Mandarian Orange #981716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.17%

R = 77.16%
G = 11.68%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#981716 (or 0x981716) is known color: Mandarian Orange. HEX triplet: 98, 17 and 16. RGB value is (152,23,22). Sum of RGB (Red+Green+Blue) = 152+23+22=197 (26% of max value = 765). Red value is 152 (59.77% from 255 or 77.16% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 152 - color contains mainly: red. Hex color #981716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981716 is #67E8E9. Grayscale: #3D3D3D. Windows color (decimal): -6809834 or 1447832. OLE color: 1447832.

HSL color Cylindrical-coordinate representation of color #981716: hue angle of 0.46º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981716 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 23 22 -
CMYK 0 0.85 0.86 0.40
HSL 0.46º 0.75% 0.34% -
HSV(B) 0.46º 0.86% 0.6% -
XYZ 13.4 7.35 1.47 -
YUV 61.46 105.74 192.58 -
System Red Green Blue C M Y K H S L
Decimal 152 23 22 0 0.85 0.86 0.40 0.46 0.75 0.34
Hex 98 17 16 0 55 56 28 0 4B 22
Octal 230 27 26 0 125 126 50 0 113 42
Binary 10011000 10111 10110 0 1010101 1010110 101000 0 1001011 100010

Color Harmonies of #981716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981716

Black with #981716

Text Example


Text Example

White with #981716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981716; }

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

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

background-color css

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

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

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

border-color css

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

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

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