Html Css Color HEX #982824 Mandarian Orange

📋 copy color: '#982824'

red 152 ◦ green 40 ◦ blue 36

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

Shades of Mandarian Orange #982824

Tints of Mandarian Orange #982824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.79%

R = 66.67%
G = 17.54%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.40

RGB Variations

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

Color information

#982824 (or 0x982824) is known color: Mandarian Orange. HEX triplet: 98, 28 and 24. RGB value is (152,40,36). Sum of RGB (Red+Green+Blue) = 152+40+36=228 (30% of max value = 765). Red value is 152 (59.77% from 255 or 66.67% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 36 (14.45% from 255 or 15.79% from 228); Max value from RGB is 152 - color contains mainly: red. Hex color #982824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982824 is #67D7DB. Grayscale: #494949. Windows color (decimal): -6805468 or 2369688. OLE color: 2369688.

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

Color convert

RGB 152 40 36 -
CMYK 0 0.74 0.76 0.40
HSL 2.07º 0.62% 0.37% -
HSV(B) 2.07º 0.76% 0.6% -
XYZ 14.03 8.32 2.54 -
YUV 73.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 152 40 36 0 0.74 0.76 0.40 2.07 0.62 0.37
Hex 98 28 24 0 4A 4C 28 2 3E 25
Octal 230 50 44 0 112 114 50 2 76 45
Binary 10011000 101000 100100 0 1001010 1001100 101000 10 111110 100101

Color Harmonies of #982824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982824

Black with #982824

Text Example


Text Example

White with #982824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982824; }

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

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

background-color css

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

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

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

border-color css

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

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

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