Html Css Color HEX #9D381F Tia Maria

📋 copy color: '#9D381F'

red 157 ◦ green 56 ◦ blue 31

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

Shades of Tia Maria #9D381F

Tints of Tia Maria #9D381F

RGB

 RED value IS 157 (61.72% from 255) = 64.34%

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

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

R = 64.34%
G = 22.95%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9D381F (or 0x9D381F) is known color: Tia Maria. HEX triplet: 9D, 38 and 1F. RGB value is (157,56,31). Sum of RGB (Red+Green+Blue) = 157+56+31=244 (32% of max value = 765). Red value is 157 (61.72% from 255 or 64.34% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 157 - color contains mainly: red. Hex color #9D381F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D381F is #62C7E0. Grayscale: #535353. Windows color (decimal): -6473697 or 2046109. OLE color: 2046109.

HSL color Cylindrical-coordinate representation of color #9D381F: hue angle of 11.9º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D381F is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 56 31 -
CMYK 0 0.64 0.80 0.38
HSL 11.9º 0.67% 0.37% -
HSV(B) 11.9º 0.8% 0.62% -
XYZ 15.57 10.1 2.42 -
YUV 83.35 98.46 180.53 -
System Red Green Blue C M Y K H S L
Decimal 157 56 31 0 0.64 0.80 0.38 11.9 0.67 0.37
Hex 9D 38 1F 0 40 50 26 C 43 25
Octal 235 70 37 0 100 120 46 14 103 45
Binary 10011101 111000 11111 0 1000000 1010000 100110 1100 1000011 100101

Color Harmonies of #9D381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D381F

Black with #9D381F

Text Example


Text Example

White with #9D381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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