Html Css Color HEX #9B3E31 Tia Maria

📋 copy color: '#9B3E31'

red 155 ◦ green 62 ◦ blue 49

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

Shades of Tia Maria #9B3E31

Tints of Tia Maria #9B3E31

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.31%

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

R = 58.27%
G = 23.31%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#9B3E31 (or 0x9B3E31) is known color: Tia Maria. HEX triplet: 9B, 3E and 31. RGB value is (155,62,49). Sum of RGB (Red+Green+Blue) = 155+62+49=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B3E31 is #64C1CE. Grayscale: #585858. Windows color (decimal): -6603215 or 3227291. OLE color: 3227291.

HSL color Cylindrical-coordinate representation of color #9B3E31: hue angle of 7.36º 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 #9B3E31 is Cyan = 0, Magento = 0.6, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 62 49 -
CMYK 0 0.6 0.68 0.39
HSL 7.36º 0.52% 0.4% -
HSV(B) 7.36º 0.68% 0.61% -
XYZ 15.79 10.64 4.13 -
YUV 88.33 105.81 175.56 -
System Red Green Blue C M Y K H S L
Decimal 155 62 49 0 0.6 0.68 0.39 7.36 0.52 0.4
Hex 9B 3E 31 0 3C 44 27 7 34 28
Octal 233 76 61 0 74 104 47 7 64 50
Binary 10011011 111110 110001 0 111100 1000100 100111 111 110100 101000

Color Harmonies of #9B3E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3E31

Black with #9B3E31

Text Example


Text Example

White with #9B3E31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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