Html Css Color HEX #981815 Mandarian Orange

📋 copy color: '#981815'

red 152 ◦ green 24 ◦ blue 21

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

Shades of Mandarian Orange #981815

Tints of Mandarian Orange #981815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.66%

R = 77.16%
G = 12.18%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#981815 (or 0x981815) is known color: Mandarian Orange. HEX triplet: 98, 18 and 15. RGB value is (152,24,21). Sum of RGB (Red+Green+Blue) = 152+24+21=197 (26% of max value = 765). Red value is 152 (59.77% from 255 or 77.16% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 21 (8.59% from 255 or 10.66% from 197); Max value from RGB is 152 - color contains mainly: red. Hex color #981815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981815 is #67E7EA. Grayscale: #3E3E3E. Windows color (decimal): -6809579 or 1382552. OLE color: 1382552.

HSL color Cylindrical-coordinate representation of color #981815: hue angle of 1.37º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #981815 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 24 21 -
CMYK 0 0.84 0.86 0.40
HSL 1.37º 0.76% 0.34% -
HSV(B) 1.37º 0.86% 0.6% -
XYZ 13.41 7.38 1.43 -
YUV 61.93 104.91 192.24 -
System Red Green Blue C M Y K H S L
Decimal 152 24 21 0 0.84 0.86 0.40 1.37 0.76 0.34
Hex 98 18 15 0 54 56 28 1 4C 22
Octal 230 30 25 0 124 126 50 1 114 42
Binary 10011000 11000 10101 0 1010100 1010110 101000 1 1001100 100010

Color Harmonies of #981815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981815

Black with #981815

Text Example


Text Example

White with #981815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981815; }

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

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

background-color css

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

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

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

border-color css

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

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

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