Html Css Color HEX #982410 Mandarian Orange

📋 copy color: '#982410'

red 152 ◦ green 36 ◦ blue 16

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

Shades of Mandarian Orange #982410

Tints of Mandarian Orange #982410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.65%

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

R = 74.51%
G = 17.65%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#982410 (or 0x982410) is known color: Mandarian Orange. HEX triplet: 98, 24 and 10. RGB value is (152,36,16). Sum of RGB (Red+Green+Blue) = 152+36+16=204 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.51% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 152 - color contains mainly: red. Hex color #982410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982410 is #67DBEF. Grayscale: #444444. Windows color (decimal): -6806512 or 1057944. OLE color: 1057944.

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

Color convert

RGB 152 36 16 -
CMYK 0 0.76 0.89 0.40
HSL 8.82º 0.81% 0.33% -
HSV(B) 8.82º 0.89% 0.6% -
XYZ 13.67 7.97 1.31 -
YUV 68.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 152 36 16 0 0.76 0.89 0.40 8.82 0.81 0.33
Hex 98 24 10 0 4C 59 28 9 51 21
Octal 230 44 20 0 114 131 50 11 121 41
Binary 10011000 100100 10000 0 1001100 1011001 101000 1001 1010001 100001

Color Harmonies of #982410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982410

Black with #982410

Text Example


Text Example

White with #982410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982410; }

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

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

background-color css

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

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

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

border-color css

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

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

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