Html Css Color HEX #953441 Well Read

📋 copy color: '#953441'

red 149 ◦ green 52 ◦ blue 65

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

Shades of Well Read #953441

Tints of Well Read #953441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.55%

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

R = 56.02%
G = 19.55%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#953441 (or 0x953441) is known color: Well Read. HEX triplet: 95, 34 and 41. RGB value is (149,52,65). Sum of RGB (Red+Green+Blue) = 149+52+65=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #953441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953441 is #6ACBBE. Grayscale: #525252. Windows color (decimal): -6998975 or 4273301. OLE color: 4273301.

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

Color convert

RGB 149 52 65 -
CMYK 0 0.65 0.56 0.42
HSL 351.96º 0.48% 0.39% -
HSV(B) 351.96º 0.65% 0.58% -
XYZ 14.58 9.23 6.01 -
YUV 82.49 118.14 175.44 -
System Red Green Blue C M Y K H S L
Decimal 149 52 65 0 0.65 0.56 0.42 351.96 0.48 0.39
Hex 95 34 41 0 41 38 2A 160 30 27
Octal 225 64 101 0 101 70 52 540 60 47
Binary 10010101 110100 1000001 0 1000001 111000 101010 101100000 110000 100111

Color Harmonies of #953441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953441

Black with #953441

Text Example


Text Example

White with #953441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953441; }

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

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

background-color css

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

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

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

border-color css

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

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

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