Html Css Color HEX #992921 Mandarian Orange

📋 copy color: '#992921'

red 153 ◦ green 41 ◦ blue 33

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

Shades of Mandarian Orange #992921

Tints of Mandarian Orange #992921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.54%

R = 67.4%
G = 18.06%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#992921 (or 0x992921) is known color: Mandarian Orange. HEX triplet: 99, 29 and 21. RGB value is (153,41,33). Sum of RGB (Red+Green+Blue) = 153+41+33=227 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.40% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 153 - color contains mainly: red. Hex color #992921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992921 is #66D6DE. Grayscale: #494949. Windows color (decimal): -6739679 or 2173337. OLE color: 2173337.

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

Color convert

RGB 153 41 33 -
CMYK 0 0.73 0.78 0.4
HSL 0.65% 0.36% -
HSV(B) 0.78% 0.6% -
XYZ 14.2 8.47 2.32 -
YUV 73.58 105.11 184.65 -
System Red Green Blue C M Y K H S L
Decimal 153 41 33 0 0.73 0.78 0.4 4 0.65 0.36
Hex 99 29 21 0 49 4E 28 4 41 24
Octal 231 51 41 0 111 116 50 4 101 44
Binary 10011001 101001 100001 0 1001001 1001110 101000 100 1000001 100100

Color Harmonies of #992921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992921

Black with #992921

Text Example


Text Example

White with #992921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992921; }

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

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

background-color css

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

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

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

border-color css

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

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

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