Html Css Color HEX #982116 Mandarian Orange

📋 copy color: '#982116'

red 152 ◦ green 33 ◦ blue 22

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

Shades of Mandarian Orange #982116

Tints of Mandarian Orange #982116

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.94%

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

R = 73.43%
G = 15.94%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#982116 (or 0x982116) is known color: Mandarian Orange. HEX triplet: 98, 21 and 16. RGB value is (152,33,22). Sum of RGB (Red+Green+Blue) = 152+33+22=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #982116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982116 is #67DEE9. Grayscale: #434343. Windows color (decimal): -6807274 or 1450392. OLE color: 1450392.

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

Color convert

RGB 152 33 22 -
CMYK 0 0.78 0.86 0.40
HSL 5.08º 0.75% 0.34% -
HSV(B) 5.08º 0.86% 0.6% -
XYZ 13.64 7.82 1.55 -
YUV 67.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 152 33 22 0 0.78 0.86 0.40 5.08 0.75 0.34
Hex 98 21 16 0 4E 56 28 5 4B 22
Octal 230 41 26 0 116 126 50 5 113 42
Binary 10011000 100001 10110 0 1001110 1010110 101000 101 1001011 100010

Color Harmonies of #982116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982116

Black with #982116

Text Example


Text Example

White with #982116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982116; }

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

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

background-color css

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

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

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

border-color css

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

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

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