Html Css Color HEX #981810 Mandarian Orange

📋 copy color: '#981810'

red 152 ◦ green 24 ◦ blue 16

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

Shades of Mandarian Orange #981810

Tints of Mandarian Orange #981810

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.5%

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

R = 79.17%
G = 12.5%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#981810 (or 0x981810) is known color: Mandarian Orange. HEX triplet: 98, 18 and 10. RGB value is (152,24,16). Sum of RGB (Red+Green+Blue) = 152+24+16=192 (25% of max value = 765). Red value is 152 (59.77% from 255 or 79.17% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 152 - color contains mainly: red. Hex color #981810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981810 is #67E7EF. Grayscale: #3D3D3D. Windows color (decimal): -6809584 or 1054872. OLE color: 1054872.

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

Color convert

RGB 152 24 16 -
CMYK 0 0.84 0.89 0.40
HSL 3.53º 0.81% 0.33% -
HSV(B) 3.53º 0.89% 0.6% -
XYZ 13.37 7.37 1.21 -
YUV 61.36 102.41 192.65 -
System Red Green Blue C M Y K H S L
Decimal 152 24 16 0 0.84 0.89 0.40 3.53 0.81 0.33
Hex 98 18 10 0 54 59 28 4 51 21
Octal 230 30 20 0 124 131 50 4 121 41
Binary 10011000 11000 10000 0 1010100 1011001 101000 100 1010001 100001

Color Harmonies of #981810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981810

Black with #981810

Text Example


Text Example

White with #981810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981810; }

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

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

background-color css

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

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

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

border-color css

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

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

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