Html Css Color HEX #9E361D Tia Maria

📋 copy color: '#9E361D'

red 158 ◦ green 54 ◦ blue 29

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

Shades of Tia Maria #9E361D

Tints of Tia Maria #9E361D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.41%

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

R = 65.56%
G = 22.41%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#9E361D (or 0x9E361D) is known color: Tia Maria. HEX triplet: 9E, 36 and 1D. RGB value is (158,54,29). Sum of RGB (Red+Green+Blue) = 158+54+29=241 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.56% from 241); Green value is 54 (21.48% from 255 or 22.41% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 158 - color contains mainly: red. Hex color #9E361D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E361D is #61C9E2. Grayscale: #525252. Windows color (decimal): -6408675 or 1914526. OLE color: 1914526.

HSL color Cylindrical-coordinate representation of color #9E361D: hue angle of 11.63º 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 #9E361D is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 54 29 -
CMYK 0 0.66 0.82 0.38
HSL 11.63º 0.69% 0.37% -
HSV(B) 11.63º 0.82% 0.62% -
XYZ 15.64 10 2.27 -
YUV 82.25 97.96 182.03 -
System Red Green Blue C M Y K H S L
Decimal 158 54 29 0 0.66 0.82 0.38 11.63 0.69 0.37
Hex 9E 36 1D 0 42 52 26 C 45 25
Octal 236 66 35 0 102 122 46 14 105 45
Binary 10011110 110110 11101 0 1000010 1010010 100110 1100 1000101 100101

Color Harmonies of #9E361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E361D

Black with #9E361D

Text Example


Text Example

White with #9E361D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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