Html Css Color HEX #982219 Mandarian Orange

📋 copy color: '#982219'

red 152 ◦ green 34 ◦ blue 25

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

Shades of Mandarian Orange #982219

Tints of Mandarian Orange #982219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.11%

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

R = 72.04%
G = 16.11%
B = 11.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#982219 (or 0x982219) is known color: Mandarian Orange. HEX triplet: 98, 22 and 19. RGB value is (152,34,25). Sum of RGB (Red+Green+Blue) = 152+34+25=211 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.04% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 152 - color contains mainly: red. Hex color #982219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982219 is #67DDE6. Grayscale: #444444. Windows color (decimal): -6807015 or 1647256. OLE color: 1647256.

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

Color convert

RGB 152 34 25 -
CMYK 0 0.78 0.84 0.40
HSL 4.25º 0.72% 0.35% -
HSV(B) 4.25º 0.84% 0.6% -
XYZ 13.7 7.89 1.72 -
YUV 68.26 103.59 187.73 -
System Red Green Blue C M Y K H S L
Decimal 152 34 25 0 0.78 0.84 0.40 4.25 0.72 0.35
Hex 98 22 19 0 4E 54 28 4 48 23
Octal 230 42 31 0 116 124 50 4 110 43
Binary 10011000 100010 11001 0 1001110 1010100 101000 100 1001000 100011

Color Harmonies of #982219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982219

Black with #982219

Text Example


Text Example

White with #982219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982219; }

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

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

background-color css

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

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

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

border-color css

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

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

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