Html Css Color HEX #9B4031 Tia Maria

📋 copy color: '#9B4031'

red 155 ◦ green 64 ◦ blue 49

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

Shades of Tia Maria #9B4031

Tints of Tia Maria #9B4031

RGB

 RED value IS 155 (60.94% from 255) = 57.84%

 GREEN value IS 64 (25.39% from 255) = 23.88%

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

R = 57.84%
G = 23.88%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B4031 (or 0x9B4031) is known color: Tia Maria. HEX triplet: 9B, 40 and 31. RGB value is (155,64,49). Sum of RGB (Red+Green+Blue) = 155+64+49=268 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.84% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4031 is #64BFCE. Grayscale: #595959. Windows color (decimal): -6602703 or 3227803. OLE color: 3227803.

HSL color Cylindrical-coordinate representation of color #9B4031: hue angle of 8.49º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9B4031 is Cyan = 0, Magento = 0.59, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 64 49 -
CMYK 0 0.59 0.68 0.39
HSL 8.49º 0.52% 0.4% -
HSV(B) 8.49º 0.68% 0.61% -
XYZ 15.91 10.86 4.16 -
YUV 89.5 105.15 174.72 -
System Red Green Blue C M Y K H S L
Decimal 155 64 49 0 0.59 0.68 0.39 8.49 0.52 0.4
Hex 9B 40 31 0 3B 44 27 8 34 28
Octal 233 100 61 0 73 104 47 10 64 50
Binary 10011011 1000000 110001 0 111011 1000100 100111 1000 110100 101000

Color Harmonies of #9B4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4031

Black with #9B4031

Text Example


Text Example

White with #9B4031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B4031; }

 p { color: rgb(155,64,49); }

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

background-color css

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

 a { background-color: rgb(155,64,49); }

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

border-color css

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

 span { border-color: rgb(155,64,49); }

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