Html Css Color HEX #953540 Well Read

📋 copy color: '#953540'

red 149 ◦ green 53 ◦ blue 64

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

Shades of Well Read #953540

Tints of Well Read #953540

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.92%

 BLUE value IS 64 (25.39% from 255) = 24.06%

R = 56.02%
G = 19.92%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#953540 (or 0x953540) is known color: Well Read. HEX triplet: 95, 35 and 40. RGB value is (149,53,64). Sum of RGB (Red+Green+Blue) = 149+53+64=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #953540 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953540 is #6ACABF. Grayscale: #535353. Windows color (decimal): -6998720 or 4208021. OLE color: 4208021.

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

Color convert

RGB 149 53 64 -
CMYK 0 0.64 0.57 0.42
HSL 353.13º 0.48% 0.4% -
HSV(B) 353.13º 0.64% 0.58% -
XYZ 14.59 9.31 5.88 -
YUV 82.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 149 53 64 0 0.64 0.57 0.42 353.13 0.48 0.4
Hex 95 35 40 0 40 39 2A 161 30 28
Octal 225 65 100 0 100 71 52 541 60 50
Binary 10010101 110101 1000000 0 1000000 111001 101010 101100001 110000 101000

Color Harmonies of #953540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953540

Black with #953540

Text Example


Text Example

White with #953540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953540; }

 p { color: rgb(149,53,64); }

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

background-color css

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

 a { background-color: rgb(149,53,64); }

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

border-color css

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

 span { border-color: rgb(149,53,64); }

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