Html Css Color HEX #992222 Mandarian Orange

📋 copy color: '#992222'

red 153 ◦ green 34 ◦ blue 34

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

Shades of Mandarian Orange #992222

Tints of Mandarian Orange #992222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.38%

R = 69.23%
G = 15.38%
B = 15.38%

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

#992222 (or 0x992222) is known color: Mandarian Orange. HEX triplet: 99, 22 and 22. RGB value is (153,34,34). Sum of RGB (Red+Green+Blue) = 153+34+34=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 34 (13.67% from 255 or 15.38% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #992222 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992222 is #66DDDD. Grayscale: #454545. Windows color (decimal): -6741470 or 2237081. OLE color: 2237081.

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

Color convert

RGB 153 34 34 -
CMYK 0 0.78 0.78 0.4
HSL 0.64% 0.37% -
HSV(B) 0.78% 0.6% -
XYZ 14 8.03 2.33 -
YUV 69.58 107.92 187.5 -
System Red Green Blue C M Y K H S L
Decimal 153 34 34 0 0.78 0.78 0.4 0 0.64 0.37
Hex 99 22 22 0 4E 4E 28 0 40 25
Octal 231 42 42 0 116 116 50 0 100 45
Binary 10011001 100010 100010 0 1001110 1001110 101000 0 1000000 100101

Color Harmonies of #992222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992222

Black with #992222

Text Example


Text Example

White with #992222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992222; }

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

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

background-color css

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

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

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

border-color css

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

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

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