Html Css Color HEX #99221A Mandarian Orange

📋 copy color: '#99221A'

red 153 ◦ green 34 ◦ blue 26

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

Shades of Mandarian Orange #99221A

Tints of Mandarian Orange #99221A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.21%

R = 71.83%
G = 15.96%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.4

RGB Variations

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

Color information

#99221A (or 0x99221A) is known color: Mandarian Orange. HEX triplet: 99, 22 and 1A. RGB value is (153,34,26). Sum of RGB (Red+Green+Blue) = 153+34+26=213 (28% of max value = 765). Red value is 153 (60.16% from 255 or 71.83% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 153 - color contains mainly: red. Hex color #99221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99221A is #66DDE5. Grayscale: #444444. Windows color (decimal): -6741478 or 1712793. OLE color: 1712793.

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

Color convert

RGB 153 34 26 -
CMYK 0 0.78 0.83 0.4
HSL 3.78º 0.71% 0.35% -
HSV(B) 3.78º 0.83% 0.6% -
XYZ 13.9 7.99 1.79 -
YUV 68.67 103.92 188.15 -
System Red Green Blue C M Y K H S L
Decimal 153 34 26 0 0.78 0.83 0.4 3.78 0.71 0.35
Hex 99 22 1A 0 4E 53 28 4 47 23
Octal 231 42 32 0 116 123 50 4 107 43
Binary 10011001 100010 11010 0 1001110 1010011 101000 100 1000111 100011

Color Harmonies of #99221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99221A

Black with #99221A

Text Example


Text Example

White with #99221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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