Html Css Color HEX #953545 Well Read

📋 copy color: '#953545'

red 149 ◦ green 53 ◦ blue 69

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

Shades of Well Read #953545

Tints of Well Read #953545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.46%

R = 54.98%
G = 19.56%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#953545 (or 0x953545) is known color: Well Read. HEX triplet: 95, 35 and 45. RGB value is (149,53,69). Sum of RGB (Red+Green+Blue) = 149+53+69=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 53 (21.09% from 255 or 19.56% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #953545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953545 is #6ACABA. Grayscale: #535353. Windows color (decimal): -6998715 or 4535701. OLE color: 4535701.

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

Color convert

RGB 149 53 69 -
CMYK 0 0.64 0.54 0.42
HSL 350º 0.48% 0.4% -
HSV(B) 350º 0.64% 0.58% -
XYZ 14.74 9.37 6.66 -
YUV 83.53 119.8 174.7 -
System Red Green Blue C M Y K H S L
Decimal 149 53 69 0 0.64 0.54 0.42 350 0.48 0.4
Hex 95 35 45 0 40 36 2A 15E 30 28
Octal 225 65 105 0 100 66 52 536 60 50
Binary 10010101 110101 1000101 0 1000000 110110 101010 101011110 110000 101000

Color Harmonies of #953545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953545

Black with #953545

Text Example


Text Example

White with #953545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953545; }

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

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

background-color css

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

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

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

border-color css

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

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

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