Html Css Color HEX #993929 Tia Maria

📋 copy color: '#993929'

red 153 ◦ green 57 ◦ blue 41

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

Shades of Tia Maria #993929

Tints of Tia Maria #993929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.71%

 BLUE value IS 41 (16.41% from 255) = 16.33%

R = 60.96%
G = 22.71%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#993929 (or 0x993929) is known color: Tia Maria. HEX triplet: 99, 39 and 29. RGB value is (153,57,41). Sum of RGB (Red+Green+Blue) = 153+57+41=251 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.96% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 153 - color contains mainly: red. Hex color #993929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993929 is #66C6D6. Grayscale: #545454. Windows color (decimal): -6735575 or 2701721. OLE color: 2701721.

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

Color convert

RGB 153 57 41 -
CMYK 0 0.63 0.73 0.4
HSL 8.57º 0.58% 0.38% -
HSV(B) 8.57º 0.73% 0.6% -
XYZ 15 9.86 3.21 -
YUV 83.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 153 57 41 0 0.63 0.73 0.4 8.57 0.58 0.38
Hex 99 39 29 0 3F 49 28 9 3A 26
Octal 231 71 51 0 77 111 50 11 72 46
Binary 10011001 111001 101001 0 111111 1001001 101000 1001 111010 100110

Color Harmonies of #993929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993929

Black with #993929

Text Example


Text Example

White with #993929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993929; }

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

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

background-color css

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

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

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

border-color css

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

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

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