Html Css Color HEX #9A411F Tia Maria

📋 copy color: '#9A411F'

red 154 ◦ green 65 ◦ blue 31

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

Shades of Tia Maria #9A411F

Tints of Tia Maria #9A411F

RGB

 RED value IS 154 (60.55% from 255) = 61.6%

 GREEN value IS 65 (25.78% from 255) = 26%

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

R = 61.6%
G = 26%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#9A411F (or 0x9A411F) is known color: Tia Maria. HEX triplet: 9A, 41 and 1F. RGB value is (154,65,31). Sum of RGB (Red+Green+Blue) = 154+65+31=250 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.6% from 250); Green value is 65 (25.78% from 255 or 26% from 250); Blue value is 31 (12.5% from 255 or 12.4% from 250); Max value from RGB is 154 - color contains mainly: red. Hex color #9A411F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A411F is #65BEE0. Grayscale: #575757. Windows color (decimal): -6668001 or 2048410. OLE color: 2048410.

HSL color Cylindrical-coordinate representation of color #9A411F: hue angle of 16.59º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A411F is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 65 31 -
CMYK 0 0.58 0.80 0.40
HSL 16.59º 0.66% 0.36% -
HSV(B) 16.59º 0.8% 0.6% -
XYZ 15.46 10.75 2.56 -
YUV 87.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 154 65 31 0 0.58 0.80 0.40 16.59 0.66 0.36
Hex 9A 41 1F 0 3A 50 28 11 42 24
Octal 232 101 37 0 72 120 50 21 102 44
Binary 10011010 1000001 11111 0 111010 1010000 101000 10001 1000010 100100

Color Harmonies of #9A411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A411F

Black with #9A411F

Text Example


Text Example

White with #9A411F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,65,31); }

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

background-color css

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

 a { background-color: rgb(154,65,31); }

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

border-color css

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

 span { border-color: rgb(154,65,31); }

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