Html Css Color HEX #981913 Mandarian Orange

📋 copy color: '#981913'

red 152 ◦ green 25 ◦ blue 19

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

Shades of Mandarian Orange #981913

Tints of Mandarian Orange #981913

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.76%

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

R = 77.55%
G = 12.76%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#981913 (or 0x981913) is known color: Mandarian Orange. HEX triplet: 98, 19 and 13. RGB value is (152,25,19). Sum of RGB (Red+Green+Blue) = 152+25+19=196 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.55% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 152 - color contains mainly: red. Hex color #981913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981913 is #67E6EC. Grayscale: #3E3E3E. Windows color (decimal): -6809325 or 1251736. OLE color: 1251736.

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

Color convert

RGB 152 25 19 -
CMYK 0 0.84 0.87 0.40
HSL 2.71º 0.78% 0.34% -
HSV(B) 2.71º 0.88% 0.6% -
XYZ 13.41 7.42 1.34 -
YUV 62.29 103.58 191.99 -
System Red Green Blue C M Y K H S L
Decimal 152 25 19 0 0.84 0.87 0.40 2.71 0.78 0.34
Hex 98 19 13 0 54 57 28 3 4E 22
Octal 230 31 23 0 124 127 50 3 116 42
Binary 10011000 11001 10011 0 1010100 1010111 101000 11 1001110 100010

Color Harmonies of #981913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981913

Black with #981913

Text Example


Text Example

White with #981913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981913; }

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

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

background-color css

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

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

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

border-color css

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

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

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