Html Css Color HEX #982419 Mandarian Orange

📋 copy color: '#982419'

red 152 ◦ green 36 ◦ blue 25

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

Shades of Mandarian Orange #982419

Tints of Mandarian Orange #982419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.9%

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

R = 71.36%
G = 16.9%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#982419 (or 0x982419) is known color: Mandarian Orange. HEX triplet: 98, 24 and 19. RGB value is (152,36,25). Sum of RGB (Red+Green+Blue) = 152+36+25=213 (28% of max value = 765). Red value is 152 (59.77% from 255 or 71.36% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 25 (10.16% from 255 or 11.74% from 213); Max value from RGB is 152 - color contains mainly: red. Hex color #982419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982419 is #67DBE6. Grayscale: #454545. Windows color (decimal): -6806503 or 1647768. OLE color: 1647768.

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

Color convert

RGB 152 36 25 -
CMYK 0 0.76 0.84 0.40
HSL 5.2º 0.72% 0.35% -
HSV(B) 5.2º 0.84% 0.6% -
XYZ 13.76 8.01 1.74 -
YUV 69.43 102.93 186.89 -
System Red Green Blue C M Y K H S L
Decimal 152 36 25 0 0.76 0.84 0.40 5.2 0.72 0.35
Hex 98 24 19 0 4C 54 28 5 48 23
Octal 230 44 31 0 114 124 50 5 110 43
Binary 10011000 100100 11001 0 1001100 1010100 101000 101 1001000 100011

Color Harmonies of #982419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982419

Black with #982419

Text Example


Text Example

White with #982419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982419; }

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

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

background-color css

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

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

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

border-color css

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

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

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