Html Css Color HEX #993121 Burnt Umber

📋 copy color: '#993121'

red 153 ◦ green 49 ◦ blue 33

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

Shades of Burnt Umber #993121

Tints of Burnt Umber #993121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.85%

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

R = 65.11%
G = 20.85%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.4

RGB Variations

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

Color information

#993121 (or 0x993121) is known color: Burnt Umber. HEX triplet: 99, 31 and 21. RGB value is (153,49,33). Sum of RGB (Red+Green+Blue) = 153+49+33=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 33 (13.28% from 255 or 14.04% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #993121 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993121 is #66CEDE. Grayscale: #4E4E4E. Windows color (decimal): -6737631 or 2175385. OLE color: 2175385.

HSL color Cylindrical-coordinate representation of color #993121: hue angle of 8º 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 #993121 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 49 33 -
CMYK 0 0.68 0.78 0.4
HSL 0.65% 0.36% -
HSV(B) 0.78% 0.6% -
XYZ 14.51 9.08 2.43 -
YUV 78.27 102.46 181.3 -
System Red Green Blue C M Y K H S L
Decimal 153 49 33 0 0.68 0.78 0.4 8 0.65 0.36
Hex 99 31 21 0 44 4E 28 8 41 24
Octal 231 61 41 0 104 116 50 10 101 44
Binary 10011001 110001 100001 0 1000100 1001110 101000 1000 1000001 100100

Color Harmonies of #993121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993121

Black with #993121

Text Example


Text Example

White with #993121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993121; }

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

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

background-color css

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

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

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

border-color css

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

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

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