Html Css Color HEX #9B381F Tia Maria

📋 copy color: '#9B381F'

red 155 ◦ green 56 ◦ blue 31

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

Shades of Tia Maria #9B381F

Tints of Tia Maria #9B381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.14%

 BLUE value IS 31 (12.5% from 255) = 12.81%

R = 64.05%
G = 23.14%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.8

 K value IS 0.39

RGB Variations

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

Color information

#9B381F (or 0x9B381F) is known color: Tia Maria. HEX triplet: 9B, 38 and 1F. RGB value is (155,56,31). Sum of RGB (Red+Green+Blue) = 155+56+31=242 (32% of max value = 765). Red value is 155 (60.94% from 255 or 64.05% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 155 - color contains mainly: red. Hex color #9B381F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B381F is #64C7E0. Grayscale: #525252. Windows color (decimal): -6604769 or 2046107. OLE color: 2046107.

HSL color Cylindrical-coordinate representation of color #9B381F: hue angle of 12.1º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9B381F is Cyan = 0, Magento = 0.64, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 56 31 -
CMYK 0 0.64 0.8 0.39
HSL 12.1º 0.67% 0.36% -
HSV(B) 12.1º 0.8% 0.61% -
XYZ 15.18 9.9 2.41 -
YUV 82.75 98.8 179.53 -
System Red Green Blue C M Y K H S L
Decimal 155 56 31 0 0.64 0.8 0.39 12.1 0.67 0.36
Hex 9B 38 1F 0 40 50 27 C 43 24
Octal 233 70 37 0 100 120 47 14 103 44
Binary 10011011 111000 11111 0 1000000 1010000 100111 1100 1000011 100100

Color Harmonies of #9B381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B381F

Black with #9B381F

Text Example


Text Example

White with #9B381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,56,31); }

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

background-color css

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

 a { background-color: rgb(155,56,31); }

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

border-color css

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

 span { border-color: rgb(155,56,31); }

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