Html Css Color HEX #953A3B Well Read

📋 copy color: '#953A3B'

red 149 ◦ green 58 ◦ blue 59

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

Shades of Well Read #953A3B

Tints of Well Read #953A3B

RGB

 RED value IS 149 (58.59% from 255) = 56.02%

 GREEN value IS 58 (23.05% from 255) = 21.8%

 BLUE value IS 59 (23.44% from 255) = 22.18%

R = 56.02%
G = 21.8%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#953A3B (or 0x953A3B) is known color: Well Read. HEX triplet: 95, 3A and 3B. RGB value is (149,58,59). Sum of RGB (Red+Green+Blue) = 149+58+59=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #953A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953A3B is #6AC5C4. Grayscale: #555555. Windows color (decimal): -6997445 or 3881621. OLE color: 3881621.

HSL color Cylindrical-coordinate representation of color #953A3B: hue angle of 359.34º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #953A3B is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 58 59 -
CMYK 0 0.61 0.60 0.42
HSL 359.34º 0.44% 0.41% -
HSV(B) 359.34º 0.61% 0.58% -
XYZ 14.7 9.73 5.24 -
YUV 85.32 113.15 173.42 -
System Red Green Blue C M Y K H S L
Decimal 149 58 59 0 0.61 0.60 0.42 359.34 0.44 0.41
Hex 95 3A 3B 0 3D 3C 2A 167 2C 29
Octal 225 72 73 0 75 74 52 547 54 51
Binary 10010101 111010 111011 0 111101 111100 101010 101100111 101100 101001

Color Harmonies of #953A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953A3B

Black with #953A3B

Text Example


Text Example

White with #953A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953A3B; }

 p { color: rgb(149,58,59); }

 H1.HeaderClassName
 {
   color: #953A3B;
 }
 .AnyTagClassName
 {
   color: #953A3B;
 }
</style>

background-color css

<style>
 a { background-color: #953A3B; }

 a { background-color: rgb(149,58,59); }

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

border-color css

<style>
 span { border-color: #953A3B; }

 span { border-color: rgb(149,58,59); }

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