Html Css Color HEX #982016 Mandarian Orange

📋 copy color: '#982016'

red 152 ◦ green 32 ◦ blue 22

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

Shades of Mandarian Orange #982016

Tints of Mandarian Orange #982016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.53%

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

R = 73.79%
G = 15.53%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#982016 (or 0x982016) is known color: Mandarian Orange. HEX triplet: 98, 20 and 16. RGB value is (152,32,22). Sum of RGB (Red+Green+Blue) = 152+32+22=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #982016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982016 is #67DFE9. Grayscale: #424242. Windows color (decimal): -6807530 or 1450136. OLE color: 1450136.

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

Color convert

RGB 152 32 22 -
CMYK 0 0.79 0.86 0.40
HSL 4.62º 0.75% 0.34% -
HSV(B) 4.62º 0.86% 0.6% -
XYZ 13.61 7.77 1.54 -
YUV 66.74 102.76 188.81 -
System Red Green Blue C M Y K H S L
Decimal 152 32 22 0 0.79 0.86 0.40 4.62 0.75 0.34
Hex 98 20 16 0 4F 56 28 5 4B 22
Octal 230 40 26 0 117 126 50 5 113 42
Binary 10011000 100000 10110 0 1001111 1010110 101000 101 1001011 100010

Color Harmonies of #982016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982016

Black with #982016

Text Example


Text Example

White with #982016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982016; }

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

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

background-color css

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

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

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

border-color css

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

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

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