Html Css Color HEX #982510 Mandarian Orange

📋 copy color: '#982510'

red 152 ◦ green 37 ◦ blue 16

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

Shades of Mandarian Orange #982510

Tints of Mandarian Orange #982510

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

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

R = 74.15%
G = 18.05%
B = 7.8%

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

#982510 (or 0x982510) is known color: Mandarian Orange. HEX triplet: 98, 25 and 10. RGB value is (152,37,16). Sum of RGB (Red+Green+Blue) = 152+37+16=205 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.15% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 152 - color contains mainly: red. Hex color #982510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982510 is #67DAEF. Grayscale: #454545. Windows color (decimal): -6806256 or 1058200. OLE color: 1058200.

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

Color convert

RGB 152 37 16 -
CMYK 0 0.76 0.89 0.40
HSL 9.26º 0.81% 0.33% -
HSV(B) 9.26º 0.89% 0.6% -
XYZ 13.7 8.04 1.32 -
YUV 68.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 152 37 16 0 0.76 0.89 0.40 9.26 0.81 0.33
Hex 98 25 10 0 4C 59 28 9 51 21
Octal 230 45 20 0 114 131 50 11 121 41
Binary 10011000 100101 10000 0 1001100 1011001 101000 1001 1010001 100001

Color Harmonies of #982510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982510

Black with #982510

Text Example


Text Example

White with #982510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982510; }

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

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

background-color css

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

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

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

border-color css

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

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

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