Html Css Color HEX #981919 Mandarian Orange

📋 copy color: '#981919'

red 152 ◦ green 25 ◦ blue 25

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

Shades of Mandarian Orange #981919

Tints of Mandarian Orange #981919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.38%

R = 75.25%
G = 12.38%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#981919 (or 0x981919) is known color: Mandarian Orange. HEX triplet: 98, 19 and 19. RGB value is (152,25,25). Sum of RGB (Red+Green+Blue) = 152+25+25=202 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.25% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 152 - color contains mainly: red. Hex color #981919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #981919 is #67E6E6. Grayscale: #3F3F3F. Windows color (decimal): -6809319 or 1644952. OLE color: 1644952.

HSL color Cylindrical-coordinate representation of color #981919: hue angle of 0º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981919 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 25 25 -
CMYK 0 0.84 0.84 0.40
HSL 0.72% 0.35% -
HSV(B) 0.84% 0.6% -
XYZ 13.47 7.44 1.65 -
YUV 62.97 106.58 191.5 -
System Red Green Blue C M Y K H S L
Decimal 152 25 25 0 0.84 0.84 0.40 0 0.72 0.35
Hex 98 19 19 0 54 54 28 0 48 23
Octal 230 31 31 0 124 124 50 0 110 43
Binary 10011000 11001 11001 0 1010100 1010100 101000 0 1001000 100011

Color Harmonies of #981919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981919

Black with #981919

Text Example


Text Example

White with #981919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981919; }

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

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

background-color css

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

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

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

border-color css

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

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

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