Html Css Color HEX #982013 Mandarian Orange

📋 copy color: '#982013'

red 152 ◦ green 32 ◦ blue 19

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

Shades of Mandarian Orange #982013

Tints of Mandarian Orange #982013

RGB

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

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

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

R = 74.88%
G = 15.76%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#982013 (or 0x982013) is known color: Mandarian Orange. HEX triplet: 98, 20 and 13. RGB value is (152,32,19). Sum of RGB (Red+Green+Blue) = 152+32+19=203 (26% of max value = 765). Red value is 152 (59.77% from 255 or 74.88% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 152 - color contains mainly: red. Hex color #982013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982013 is #67DFEC. Grayscale: #424242. Windows color (decimal): -6807533 or 1253528. OLE color: 1253528.

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

Color convert

RGB 152 32 19 -
CMYK 0 0.79 0.87 0.40
HSL 5.86º 0.78% 0.34% -
HSV(B) 5.86º 0.88% 0.6% -
XYZ 13.58 7.76 1.4 -
YUV 66.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 152 32 19 0 0.79 0.87 0.40 5.86 0.78 0.34
Hex 98 20 13 0 4F 57 28 6 4E 22
Octal 230 40 23 0 117 127 50 6 116 42
Binary 10011000 100000 10011 0 1001111 1010111 101000 110 1001110 100010

Color Harmonies of #982013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982013

Black with #982013

Text Example


Text Example

White with #982013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982013; }

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

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

background-color css

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

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

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

border-color css

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

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

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