Html Css Color HEX #964131 Tia Maria

📋 copy color: '#964131'

red 150 ◦ green 65 ◦ blue 49

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

Shades of Tia Maria #964131

Tints of Tia Maria #964131

RGB

 RED value IS 150 (58.98% from 255) = 56.82%

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

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

R = 56.82%
G = 24.62%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.41

RGB Variations

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

Color information

#964131 (or 0x964131) is known color: Tia Maria. HEX triplet: 96, 41 and 31. RGB value is (150,65,49). Sum of RGB (Red+Green+Blue) = 150+65+49=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #964131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #964131 is #69BECE. Grayscale: #585858. Windows color (decimal): -6930127 or 3228054. OLE color: 3228054.

HSL color Cylindrical-coordinate representation of color #964131: hue angle of 9.5º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #964131 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 65 49 -
CMYK 0 0.57 0.67 0.41
HSL 9.5º 0.51% 0.39% -
HSV(B) 9.5º 0.67% 0.59% -
XYZ 15.02 10.49 4.14 -
YUV 88.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 150 65 49 0 0.57 0.67 0.41 9.5 0.51 0.39
Hex 96 41 31 0 39 43 29 A 33 27
Octal 226 101 61 0 71 103 51 12 63 47
Binary 10010110 1000001 110001 0 111001 1000011 101001 1010 110011 100111

Color Harmonies of #964131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964131

Black with #964131

Text Example


Text Example

White with #964131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964131; }

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

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

background-color css

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

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

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

border-color css

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

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

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