Html Css Color HEX #953141 Well Read

📋 copy color: '#953141'

red 149 ◦ green 49 ◦ blue 65

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

Shades of Well Read #953141

Tints of Well Read #953141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.63%

 BLUE value IS 65 (25.78% from 255) = 24.71%

R = 56.65%
G = 18.63%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#953141 (or 0x953141) is known color: Well Read. HEX triplet: 95, 31 and 41. RGB value is (149,49,65). Sum of RGB (Red+Green+Blue) = 149+49+65=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #953141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953141 is #6ACEBE. Grayscale: #505050. Windows color (decimal): -6999743 or 4272533. OLE color: 4272533.

HSL color Cylindrical-coordinate representation of color #953141: hue angle of 350.4º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #953141 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 49 65 -
CMYK 0 0.67 0.56 0.42
HSL 350.4º 0.51% 0.39% -
HSV(B) 350.4º 0.67% 0.58% -
XYZ 14.45 8.97 5.97 -
YUV 80.72 119.13 176.7 -
System Red Green Blue C M Y K H S L
Decimal 149 49 65 0 0.67 0.56 0.42 350.4 0.51 0.39
Hex 95 31 41 0 43 38 2A 15E 33 27
Octal 225 61 101 0 103 70 52 536 63 47
Binary 10010101 110001 1000001 0 1000011 111000 101010 101011110 110011 100111

Color Harmonies of #953141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953141

Black with #953141

Text Example


Text Example

White with #953141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953141; }

 p { color: rgb(149,49,65); }

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

background-color css

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

 a { background-color: rgb(149,49,65); }

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

border-color css

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

 span { border-color: rgb(149,49,65); }

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