Html Css Color HEX #99221C Mandarian Orange

📋 copy color: '#99221C'

red 153 ◦ green 34 ◦ blue 28

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

Shades of Mandarian Orange #99221C

Tints of Mandarian Orange #99221C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 13.02%

R = 71.16%
G = 15.81%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.4

RGB Variations

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

Color information

#99221C (or 0x99221C) is known color: Mandarian Orange. HEX triplet: 99, 22 and 1C. RGB value is (153,34,28). Sum of RGB (Red+Green+Blue) = 153+34+28=215 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.16% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 28 (11.33% from 255 or 13.02% from 215); Max value from RGB is 153 - color contains mainly: red. Hex color #99221C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99221C is #66DDE3. Grayscale: #454545. Windows color (decimal): -6741476 or 1843865. OLE color: 1843865.

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

Color convert

RGB 153 34 28 -
CMYK 0 0.78 0.82 0.4
HSL 2.88º 0.69% 0.35% -
HSV(B) 2.88º 0.82% 0.6% -
XYZ 13.92 8 1.91 -
YUV 68.9 104.92 187.99 -
System Red Green Blue C M Y K H S L
Decimal 153 34 28 0 0.78 0.82 0.4 2.88 0.69 0.35
Hex 99 22 1C 0 4E 52 28 3 45 23
Octal 231 42 34 0 116 122 50 3 105 43
Binary 10011001 100010 11100 0 1001110 1010010 101000 11 1000101 100011

Color Harmonies of #99221C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99221C

Black with #99221C

Text Example


Text Example

White with #99221C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99221C; }

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

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

background-color css

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

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

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

border-color css

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

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

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