Html Css Color HEX #982818 Mandarian Orange

📋 copy color: '#982818'

red 152 ◦ green 40 ◦ blue 24

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

Shades of Mandarian Orange #982818

Tints of Mandarian Orange #982818

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.52%

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

R = 70.37%
G = 18.52%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#982818 (or 0x982818) is known color: Mandarian Orange. HEX triplet: 98, 28 and 18. RGB value is (152,40,24). Sum of RGB (Red+Green+Blue) = 152+40+24=216 (28% of max value = 765). Red value is 152 (59.77% from 255 or 70.37% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 152 - color contains mainly: red. Hex color #982818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982818 is #67D7E7. Grayscale: #474747. Windows color (decimal): -6805480 or 1583256. OLE color: 1583256.

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

Color convert

RGB 152 40 24 -
CMYK 0 0.74 0.84 0.40
HSL 7.5º 0.73% 0.35% -
HSV(B) 7.5º 0.84% 0.6% -
XYZ 13.87 8.26 1.73 -
YUV 71.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 152 40 24 0 0.74 0.84 0.40 7.5 0.73 0.35
Hex 98 28 18 0 4A 54 28 8 49 23
Octal 230 50 30 0 112 124 50 10 111 43
Binary 10011000 101000 11000 0 1001010 1010100 101000 1000 1001001 100011

Color Harmonies of #982818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982818

Black with #982818

Text Example


Text Example

White with #982818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982818; }

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

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

background-color css

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

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

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

border-color css

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

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

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