Html Css Color HEX #9E371D Tia Maria

📋 copy color: '#9E371D'

red 158 ◦ green 55 ◦ blue 29

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

Shades of Tia Maria #9E371D

Tints of Tia Maria #9E371D

RGB

 RED value IS 158 (62.11% from 255) = 65.29%

 GREEN value IS 55 (21.88% from 255) = 22.73%

 BLUE value IS 29 (11.72% from 255) = 11.98%

R = 65.29%
G = 22.73%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9E371D (or 0x9E371D) is known color: Tia Maria. HEX triplet: 9E, 37 and 1D. RGB value is (158,55,29). Sum of RGB (Red+Green+Blue) = 158+55+29=242 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.29% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 158 - color contains mainly: red. Hex color #9E371D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E371D is #61C8E2. Grayscale: #535353. Windows color (decimal): -6408419 or 1914782. OLE color: 1914782.

HSL color Cylindrical-coordinate representation of color #9E371D: hue angle of 12.09º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E371D is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 55 29 -
CMYK 0 0.65 0.82 0.38
HSL 12.09º 0.69% 0.37% -
HSV(B) 12.09º 0.82% 0.62% -
XYZ 15.69 10.09 2.28 -
YUV 82.83 97.62 181.61 -
System Red Green Blue C M Y K H S L
Decimal 158 55 29 0 0.65 0.82 0.38 12.09 0.69 0.37
Hex 9E 37 1D 0 41 52 26 C 45 25
Octal 236 67 35 0 101 122 46 14 105 45
Binary 10011110 110111 11101 0 1000001 1010010 100110 1100 1000101 100101

Color Harmonies of #9E371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E371D

Black with #9E371D

Text Example


Text Example

White with #9E371D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,55,29); }

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

background-color css

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

 a { background-color: rgb(158,55,29); }

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

border-color css

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

 span { border-color: rgb(158,55,29); }

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