Html Css Color HEX #963B2B Tia Maria

📋 copy color: '#963B2B'

red 150 ◦ green 59 ◦ blue 43

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

Shades of Tia Maria #963B2B

Tints of Tia Maria #963B2B

RGB

 RED value IS 150 (58.98% from 255) = 59.52%

 GREEN value IS 59 (23.44% from 255) = 23.41%

 BLUE value IS 43 (17.19% from 255) = 17.06%

R = 59.52%
G = 23.41%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#963B2B (or 0x963B2B) is known color: Tia Maria. HEX triplet: 96, 3B and 2B. RGB value is (150,59,43). Sum of RGB (Red+Green+Blue) = 150+59+43=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 43 (17.19% from 255 or 17.06% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #963B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963B2B is #69C4D4. Grayscale: #545454. Windows color (decimal): -6931669 or 2833302. OLE color: 2833302.

HSL color Cylindrical-coordinate representation of color #963B2B: hue angle of 8.97º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #963B2B is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 59 43 -
CMYK 0 0.61 0.71 0.41
HSL 8.97º 0.55% 0.38% -
HSV(B) 8.97º 0.71% 0.59% -
XYZ 14.58 9.79 3.41 -
YUV 84.39 104.65 174.8 -
System Red Green Blue C M Y K H S L
Decimal 150 59 43 0 0.61 0.71 0.41 8.97 0.55 0.38
Hex 96 3B 2B 0 3D 47 29 9 37 26
Octal 226 73 53 0 75 107 51 11 67 46
Binary 10010110 111011 101011 0 111101 1000111 101001 1001 110111 100110

Color Harmonies of #963B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963B2B

Black with #963B2B

Text Example


Text Example

White with #963B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963B2B; }

 p { color: rgb(150,59,43); }

 H1.HeaderClassName
 {
   color: #963B2B;
 }
 .AnyTagClassName
 {
   color: #963B2B;
 }
</style>

background-color css

<style>
 a { background-color: #963B2B; }

 a { background-color: rgb(150,59,43); }

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

border-color css

<style>
 span { border-color: #963B2B; }

 span { border-color: rgb(150,59,43); }

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