Html Css Color HEX #953541 Well Read

📋 copy color: '#953541'

red 149 ◦ green 53 ◦ blue 65

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

Shades of Well Read #953541

Tints of Well Read #953541

RGB

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

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

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

R = 55.81%
G = 19.85%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#953541 (or 0x953541) is known color: Well Read. HEX triplet: 95, 35 and 41. RGB value is (149,53,65). Sum of RGB (Red+Green+Blue) = 149+53+65=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #953541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953541 is #6ACABE. Grayscale: #535353. Windows color (decimal): -6998719 or 4273557. OLE color: 4273557.

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

Color convert

RGB 149 53 65 -
CMYK 0 0.64 0.56 0.42
HSL 352.5º 0.48% 0.4% -
HSV(B) 352.5º 0.64% 0.58% -
XYZ 14.62 9.32 6.03 -
YUV 83.07 117.8 175.02 -
System Red Green Blue C M Y K H S L
Decimal 149 53 65 0 0.64 0.56 0.42 352.5 0.48 0.4
Hex 95 35 41 0 40 38 2A 160 30 28
Octal 225 65 101 0 100 70 52 540 60 50
Binary 10010101 110101 1000001 0 1000000 111000 101010 101100000 110000 101000

Color Harmonies of #953541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953541

Black with #953541

Text Example


Text Example

White with #953541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953541; }

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

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

background-color css

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

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

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

border-color css

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

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

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