Html Css Color HEX #953443 Well Read

📋 copy color: '#953443'

red 149 ◦ green 52 ◦ blue 67

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

Shades of Well Read #953443

Tints of Well Read #953443

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25%

R = 55.6%
G = 19.4%
B = 25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#953443 (or 0x953443) is known color: Well Read. HEX triplet: 95, 34 and 43. RGB value is (149,52,67). Sum of RGB (Red+Green+Blue) = 149+52+67=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 67 (26.56% from 255 or 25% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #953443 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953443 is #6ACBBC. Grayscale: #525252. Windows color (decimal): -6998973 or 4404373. OLE color: 4404373.

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

Color convert

RGB 149 52 67 -
CMYK 0 0.65 0.55 0.42
HSL 350.72º 0.48% 0.39% -
HSV(B) 350.72º 0.65% 0.58% -
XYZ 14.64 9.25 6.32 -
YUV 82.71 119.14 175.28 -
System Red Green Blue C M Y K H S L
Decimal 149 52 67 0 0.65 0.55 0.42 350.72 0.48 0.39
Hex 95 34 43 0 41 37 2A 15F 30 27
Octal 225 64 103 0 101 67 52 537 60 47
Binary 10010101 110100 1000011 0 1000001 110111 101010 101011111 110000 100111

Color Harmonies of #953443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953443

Black with #953443

Text Example


Text Example

White with #953443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953443; }

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

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

background-color css

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

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

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

border-color css

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

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

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