Html Css Color HEX #994131 Tia Maria

📋 copy color: '#994131'

red 153 ◦ green 65 ◦ blue 49

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

Shades of Tia Maria #994131

Tints of Tia Maria #994131

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.34%

 BLUE value IS 49 (19.53% from 255) = 18.35%

R = 57.3%
G = 24.34%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#994131 (or 0x994131) is known color: Tia Maria. HEX triplet: 99, 41 and 31. RGB value is (153,65,49). Sum of RGB (Red+Green+Blue) = 153+65+49=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #994131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994131 is #66BECE. Grayscale: #595959. Windows color (decimal): -6733519 or 3228057. OLE color: 3228057.

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

Color convert

RGB 153 65 49 -
CMYK 0 0.58 0.68 0.4
HSL 9.23º 0.51% 0.4% -
HSV(B) 9.23º 0.68% 0.6% -
XYZ 15.58 10.77 4.16 -
YUV 89.49 105.15 173.3 -
System Red Green Blue C M Y K H S L
Decimal 153 65 49 0 0.58 0.68 0.4 9.23 0.51 0.4
Hex 99 41 31 0 3A 44 28 9 33 28
Octal 231 101 61 0 72 104 50 11 63 50
Binary 10011001 1000001 110001 0 111010 1000100 101000 1001 110011 101000

Color Harmonies of #994131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994131

Black with #994131

Text Example


Text Example

White with #994131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994131; }

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

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

background-color css

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

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

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

border-color css

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

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

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