Html Css Color HEX #982310 Mandarian Orange

📋 copy color: '#982310'

red 152 ◦ green 35 ◦ blue 16

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

Shades of Mandarian Orange #982310

Tints of Mandarian Orange #982310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.24%

 BLUE value IS 16 (6.64% from 255) = 7.88%

R = 74.88%
G = 17.24%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#982310 (or 0x982310) is known color: Mandarian Orange. HEX triplet: 98, 23 and 10. RGB value is (152,35,16). Sum of RGB (Red+Green+Blue) = 152+35+16=203 (26% of max value = 765). Red value is 152 (59.77% from 255 or 74.88% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 152 - color contains mainly: red. Hex color #982310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982310 is #67DCEF. Grayscale: #444444. Windows color (decimal): -6806768 or 1057688. OLE color: 1057688.

HSL color Cylindrical-coordinate representation of color #982310: hue angle of 8.38º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #982310 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 35 16 -
CMYK 0 0.77 0.89 0.40
HSL 8.38º 0.81% 0.33% -
HSV(B) 8.38º 0.89% 0.6% -
XYZ 13.64 7.91 1.3 -
YUV 67.82 98.76 188.04 -
System Red Green Blue C M Y K H S L
Decimal 152 35 16 0 0.77 0.89 0.40 8.38 0.81 0.33
Hex 98 23 10 0 4D 59 28 8 51 21
Octal 230 43 20 0 115 131 50 10 121 41
Binary 10011000 100011 10000 0 1001101 1011001 101000 1000 1010001 100001

Color Harmonies of #982310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982310

Black with #982310

Text Example


Text Example

White with #982310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982310; }

 p { color: rgb(152,35,16); }

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

background-color css

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

 a { background-color: rgb(152,35,16); }

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

border-color css

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

 span { border-color: rgb(152,35,16); }

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