Html Css Color HEX #992121 Mandarian Orange

📋 copy color: '#992121'

red 153 ◦ green 33 ◦ blue 33

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

Shades of Mandarian Orange #992121

Tints of Mandarian Orange #992121

RGB

 RED value IS 153 (60.16% from 255) = 69.86%

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

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

R = 69.86%
G = 15.07%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#992121 (or 0x992121) is known color: Mandarian Orange. HEX triplet: 99, 21 and 21. RGB value is (153,33,33). Sum of RGB (Red+Green+Blue) = 153+33+33=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #992121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992121 is #66DEDE. Grayscale: #454545. Windows color (decimal): -6741727 or 2171289. OLE color: 2171289.

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

Color convert

RGB 153 33 33 -
CMYK 0 0.78 0.78 0.4
HSL 0.65% 0.36% -
HSV(B) 0.78% 0.6% -
XYZ 13.96 7.97 2.24 -
YUV 68.88 107.76 188 -
System Red Green Blue C M Y K H S L
Decimal 153 33 33 0 0.78 0.78 0.4 0 0.65 0.36
Hex 99 21 21 0 4E 4E 28 0 41 24
Octal 231 41 41 0 116 116 50 0 101 44
Binary 10011001 100001 100001 0 1001110 1001110 101000 0 1000001 100100

Color Harmonies of #992121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992121

Black with #992121

Text Example


Text Example

White with #992121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992121; }

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

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

background-color css

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

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

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

border-color css

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

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

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