Html Css Color HEX #982010 Mandarian Orange

📋 copy color: '#982010'

red 152 ◦ green 32 ◦ blue 16

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

Shades of Mandarian Orange #982010

Tints of Mandarian Orange #982010

RGB

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

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

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

R = 76%
G = 16%
B = 8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#982010 (or 0x982010) is known color: Mandarian Orange. HEX triplet: 98, 20 and 10. RGB value is (152,32,16). Sum of RGB (Red+Green+Blue) = 152+32+16=200 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 152 - color contains mainly: red. Hex color #982010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982010 is #67DFEF. Grayscale: #424242. Windows color (decimal): -6807536 or 1056920. OLE color: 1056920.

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

Color convert

RGB 152 32 16 -
CMYK 0 0.79 0.89 0.40
HSL 7.06º 0.81% 0.33% -
HSV(B) 7.06º 0.89% 0.6% -
XYZ 13.56 7.75 1.27 -
YUV 66.06 99.76 189.3 -
System Red Green Blue C M Y K H S L
Decimal 152 32 16 0 0.79 0.89 0.40 7.06 0.81 0.33
Hex 98 20 10 0 4F 59 28 7 51 21
Octal 230 40 20 0 117 131 50 7 121 41
Binary 10011000 100000 10000 0 1001111 1011001 101000 111 1010001 100001

Color Harmonies of #982010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982010

Black with #982010

Text Example


Text Example

White with #982010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982010; }

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

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

background-color css

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

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

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

border-color css

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

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

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