Html Css Color HEX #953444 Well Read

📋 copy color: '#953444'

red 149 ◦ green 52 ◦ blue 68

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

Shades of Well Read #953444

Tints of Well Read #953444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.28%

R = 55.39%
G = 19.33%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#953444 (or 0x953444) is known color: Well Read. HEX triplet: 95, 34 and 44. RGB value is (149,52,68). Sum of RGB (Red+Green+Blue) = 149+52+68=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 68 (26.95% from 255 or 25.28% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #953444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953444 is #6ACBBB. Grayscale: #525252. Windows color (decimal): -6998972 or 4469909. OLE color: 4469909.

HSL color Cylindrical-coordinate representation of color #953444: hue angle of 350.1º 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 #953444 is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 52 68 -
CMYK 0 0.65 0.54 0.42
HSL 350.1º 0.48% 0.39% -
HSV(B) 350.1º 0.65% 0.58% -
XYZ 14.67 9.26 6.48 -
YUV 82.83 119.64 175.2 -
System Red Green Blue C M Y K H S L
Decimal 149 52 68 0 0.65 0.54 0.42 350.1 0.48 0.39
Hex 95 34 44 0 41 36 2A 15E 30 27
Octal 225 64 104 0 101 66 52 536 60 47
Binary 10010101 110100 1000100 0 1000001 110110 101010 101011110 110000 100111

Color Harmonies of #953444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953444

Black with #953444

Text Example


Text Example

White with #953444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953444; }

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

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

background-color css

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

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

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

border-color css

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

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

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