Html Css Color HEX #982415 Mandarian Orange

📋 copy color: '#982415'

red 152 ◦ green 36 ◦ blue 21

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

Shades of Mandarian Orange #982415

Tints of Mandarian Orange #982415

RGB

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

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

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

R = 72.73%
G = 17.22%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#982415 (or 0x982415) is known color: Mandarian Orange. HEX triplet: 98, 24 and 15. RGB value is (152,36,21). Sum of RGB (Red+Green+Blue) = 152+36+21=209 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.73% from 209); Green value is 36 (14.45% from 255 or 17.22% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 152 - color contains mainly: red. Hex color #982415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982415 is #67DBEA. Grayscale: #454545. Windows color (decimal): -6806507 or 1385624. OLE color: 1385624.

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

Color convert

RGB 152 36 21 -
CMYK 0 0.76 0.86 0.40
HSL 6.87º 0.76% 0.34% -
HSV(B) 6.87º 0.86% 0.6% -
XYZ 13.72 7.99 1.53 -
YUV 68.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 152 36 21 0 0.76 0.86 0.40 6.87 0.76 0.34
Hex 98 24 15 0 4C 56 28 7 4C 22
Octal 230 44 25 0 114 126 50 7 114 42
Binary 10011000 100100 10101 0 1001100 1010110 101000 111 1001100 100010

Color Harmonies of #982415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982415

Black with #982415

Text Example


Text Example

White with #982415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982415; }

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

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

background-color css

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

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

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

border-color css

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

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

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