Html Css Color HEX #982121 Mandarian Orange

📋 copy color: '#982121'

red 152 ◦ green 33 ◦ blue 33

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

Shades of Mandarian Orange #982121

Tints of Mandarian Orange #982121

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.14%

 BLUE value IS 33 (13.28% from 255) = 15.14%

R = 69.72%
G = 15.14%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#982121 (or 0x982121) is known color: Mandarian Orange. HEX triplet: 98, 21 and 21. RGB value is (152,33,33). Sum of RGB (Red+Green+Blue) = 152+33+33=218 (28% of max value = 765). Red value is 152 (59.77% from 255 or 69.72% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 152 - color contains mainly: red. Hex color #982121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982121 is #67DEDE. Grayscale: #444444. Windows color (decimal): -6807263 or 2171288. OLE color: 2171288.

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

Color convert

RGB 152 33 33 -
CMYK 0 0.78 0.78 0.40
HSL 0.64% 0.36% -
HSV(B) 0.78% 0.6% -
XYZ 13.77 7.87 2.23 -
YUV 68.58 107.92 187.5 -
System Red Green Blue C M Y K H S L
Decimal 152 33 33 0 0.78 0.78 0.40 0 0.64 0.36
Hex 98 21 21 0 4E 4E 28 0 40 24
Octal 230 41 41 0 116 116 50 0 100 44
Binary 10011000 100001 100001 0 1001110 1001110 101000 0 1000000 100100

Color Harmonies of #982121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982121

Black with #982121

Text Example


Text Example

White with #982121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982121; }

 p { color: rgb(152,33,33); }

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

background-color css

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

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

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

border-color css

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

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

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