Html Css Color HEX #99291A Mandarian Orange

📋 copy color: '#99291A'

red 153 ◦ green 41 ◦ blue 26

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

Shades of Mandarian Orange #99291A

Tints of Mandarian Orange #99291A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.64%

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

R = 69.55%
G = 18.64%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.4

RGB Variations

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

Color information

#99291A (or 0x99291A) is known color: Mandarian Orange. HEX triplet: 99, 29 and 1A. RGB value is (153,41,26). Sum of RGB (Red+Green+Blue) = 153+41+26=220 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.55% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 153 - color contains mainly: red. Hex color #99291A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99291A is #66D6E5. Grayscale: #484848. Windows color (decimal): -6739686 or 1714585. OLE color: 1714585.

HSL color Cylindrical-coordinate representation of color #99291A: hue angle of 7.09º 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 #99291A is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 41 26 -
CMYK 0 0.73 0.83 0.4
HSL 7.09º 0.71% 0.35% -
HSV(B) 7.09º 0.83% 0.6% -
XYZ 14.12 8.43 1.86 -
YUV 72.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 153 41 26 0 0.73 0.83 0.4 7.09 0.71 0.35
Hex 99 29 1A 0 49 53 28 7 47 23
Octal 231 51 32 0 111 123 50 7 107 43
Binary 10011001 101001 11010 0 1001001 1010011 101000 111 1000111 100011

Color Harmonies of #99291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99291A

Black with #99291A

Text Example


Text Example

White with #99291A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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