Html Css Color HEX #981313 Mandarian Orange

📋 copy color: '#981313'

red 152 ◦ green 19 ◦ blue 19

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

Shades of Mandarian Orange #981313

Tints of Mandarian Orange #981313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10%

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

R = 80%
G = 10%
B = 10%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#981313 (or 0x981313) is known color: Mandarian Orange. HEX triplet: 98, 13 and 13. RGB value is (152,19,19). Sum of RGB (Red+Green+Blue) = 152+19+19=190 (25% of max value = 765). Red value is 152 (59.77% from 255 or 80% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 19 (7.81% from 255 or 10% from 190); Max value from RGB is 152 - color contains mainly: red. Hex color #981313 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981313 is #67ECEC. Grayscale: #3A3A3A. Windows color (decimal): -6810861 or 1250200. OLE color: 1250200.

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

Color convert

RGB 152 19 19 -
CMYK 0 0.87 0.87 0.40
HSL 0.78% 0.34% -
HSV(B) 0.88% 0.6% -
XYZ 13.3 7.19 1.3 -
YUV 58.77 105.56 194.5 -
System Red Green Blue C M Y K H S L
Decimal 152 19 19 0 0.87 0.87 0.40 0 0.78 0.34
Hex 98 13 13 0 57 57 28 0 4E 22
Octal 230 23 23 0 127 127 50 0 116 42
Binary 10011000 10011 10011 0 1010111 1010111 101000 0 1001110 100010

Color Harmonies of #981313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981313

Black with #981313

Text Example


Text Example

White with #981313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981313; }

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

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

background-color css

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

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

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

border-color css

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

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

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