Html Css Color HEX #99291E Mandarian Orange

📋 copy color: '#99291E'

red 153 ◦ green 41 ◦ blue 30

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

Shades of Mandarian Orange #99291E

Tints of Mandarian Orange #99291E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 13.39%

R = 68.3%
G = 18.3%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#99291E (or 0x99291E) is known color: Mandarian Orange. HEX triplet: 99, 29 and 1E. RGB value is (153,41,30). Sum of RGB (Red+Green+Blue) = 153+41+30=224 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.30% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 153 - color contains mainly: red. Hex color #99291E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99291E is #66D6E1. Grayscale: #494949. Windows color (decimal): -6739682 or 1976729. OLE color: 1976729.

HSL color Cylindrical-coordinate representation of color #99291E: hue angle of 5.37º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #99291E is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 41 30 -
CMYK 0 0.73 0.80 0.4
HSL 5.37º 0.67% 0.36% -
HSV(B) 5.37º 0.8% 0.6% -
XYZ 14.16 8.45 2.11 -
YUV 73.23 103.61 184.89 -
System Red Green Blue C M Y K H S L
Decimal 153 41 30 0 0.73 0.80 0.4 5.37 0.67 0.36
Hex 99 29 1E 0 49 50 28 5 43 24
Octal 231 51 36 0 111 120 50 5 103 44
Binary 10011001 101001 11110 0 1001001 1010000 101000 101 1000011 100100

Color Harmonies of #99291E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99291E

Black with #99291E

Text Example


Text Example

White with #99291E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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