Html Css Color HEX #982413 Mandarian Orange

📋 copy color: '#982413'

red 152 ◦ green 36 ◦ blue 19

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

Shades of Mandarian Orange #982413

Tints of Mandarian Orange #982413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.18%

R = 73.43%
G = 17.39%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#982413 (or 0x982413) is known color: Mandarian Orange. HEX triplet: 98, 24 and 13. RGB value is (152,36,19). Sum of RGB (Red+Green+Blue) = 152+36+19=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #982413 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982413 is #67DBEC. Grayscale: #444444. Windows color (decimal): -6806509 or 1254552. OLE color: 1254552.

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

Color convert

RGB 152 36 19 -
CMYK 0 0.76 0.87 0.40
HSL 7.67º 0.78% 0.34% -
HSV(B) 7.67º 0.88% 0.6% -
XYZ 13.7 7.98 1.44 -
YUV 68.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 152 36 19 0 0.76 0.87 0.40 7.67 0.78 0.34
Hex 98 24 13 0 4C 57 28 8 4E 22
Octal 230 44 23 0 114 127 50 10 116 42
Binary 10011000 100100 10011 0 1001100 1010111 101000 1000 1001110 100010

Color Harmonies of #982413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982413

Black with #982413

Text Example


Text Example

White with #982413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982413; }

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

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

background-color css

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

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

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

border-color css

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

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

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