#9B3929

Color #9B3929 Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #9B3929

Tints of Tia Maria #9B3929

Color information

#9B3929 (or 0x9B3929) is unknown color: approx Tia Maria. HEX triplet: 9B, 39 and 29. RGB value is (155,57,41). Sum of RGB (Red+Green+Blue) = 155+57+41=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3929 is #64C6D6. Grayscale: #545454. Windows color (decimal): -6604503 or 2701723. OLE color: 2701723.

HSL color Cylindrical-coordinate representation of color #9B3929: hue angle of 8.42º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B3929 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB1555741-
CMYK00.630.740.39
HSL8.42º58.16%38.43%-
HSV(B)8.42º73.55%60.78%-
XYZ15.3810.053.23-
YUV84.48103.47178.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.26%
GREEN value IS 57 (22.66% from 255) = 22.53%
BLUE value IS 41 (16.41% from 255) = 16.21%
R=61.26%
G=22.53%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155574100.630.740.398.4258.1638.43
Hex9B392903F4A2783a26
Octal233715107711247107246
Binary10011011111001101001011111110010101001111000111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B3929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B3929;
 }
 .AnyTagClassName
 {
   color: #9B3929;
 }
</style>
background-color css

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

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

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

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

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

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