Html Css Color HEX #953241 Well Read

📋 copy color: '#953241'

red 149 ◦ green 50 ◦ blue 65

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

Shades of Well Read #953241

Tints of Well Read #953241

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.94%

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

R = 56.44%
G = 18.94%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#953241 (or 0x953241) is known color: Well Read. HEX triplet: 95, 32 and 41. RGB value is (149,50,65). Sum of RGB (Red+Green+Blue) = 149+50+65=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #953241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953241 is #6ACDBE. Grayscale: #515151. Windows color (decimal): -6999487 or 4272789. OLE color: 4272789.

HSL color Cylindrical-coordinate representation of color #953241: hue angle of 350.91º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953241 is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 50 65 -
CMYK 0 0.66 0.56 0.42
HSL 350.91º 0.5% 0.39% -
HSV(B) 350.91º 0.66% 0.58% -
XYZ 14.49 9.05 5.98 -
YUV 81.31 118.8 176.28 -
System Red Green Blue C M Y K H S L
Decimal 149 50 65 0 0.66 0.56 0.42 350.91 0.5 0.39
Hex 95 32 41 0 42 38 2A 15F 32 27
Octal 225 62 101 0 102 70 52 537 62 47
Binary 10010101 110010 1000001 0 1000010 111000 101010 101011111 110010 100111

Color Harmonies of #953241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953241

Black with #953241

Text Example


Text Example

White with #953241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953241; }

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

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

background-color css

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

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

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

border-color css

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

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

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