Html Css Color HEX #982218 Mandarian Orange

📋 copy color: '#982218'

red 152 ◦ green 34 ◦ blue 24

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

Shades of Mandarian Orange #982218

Tints of Mandarian Orange #982218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.43%

R = 72.38%
G = 16.19%
B = 11.43%

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

#982218 (or 0x982218) is known color: Mandarian Orange. HEX triplet: 98, 22 and 18. RGB value is (152,34,24). Sum of RGB (Red+Green+Blue) = 152+34+24=210 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.38% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 24 (9.77% from 255 or 11.43% from 210); Max value from RGB is 152 - color contains mainly: red. Hex color #982218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982218 is #67DDE7. Grayscale: #444444. Windows color (decimal): -6807016 or 1581720. OLE color: 1581720.

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

Color convert

RGB 152 34 24 -
CMYK 0 0.78 0.84 0.40
HSL 4.69º 0.73% 0.35% -
HSV(B) 4.69º 0.84% 0.6% -
XYZ 13.69 7.89 1.66 -
YUV 68.14 103.09 187.81 -
System Red Green Blue C M Y K H S L
Decimal 152 34 24 0 0.78 0.84 0.40 4.69 0.73 0.35
Hex 98 22 18 0 4E 54 28 5 49 23
Octal 230 42 30 0 116 124 50 5 111 43
Binary 10011000 100010 11000 0 1001110 1010100 101000 101 1001001 100011

Color Harmonies of #982218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982218

Black with #982218

Text Example


Text Example

White with #982218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982218; }

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

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

background-color css

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

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

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

border-color css

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

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

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