Html Css Color HEX #953341 Well Read

📋 copy color: '#953341'

red 149 ◦ green 51 ◦ blue 65

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

Shades of Well Read #953341

Tints of Well Read #953341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.25%

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

R = 56.23%
G = 19.25%
B = 24.53%

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

#953341 (or 0x953341) is known color: Well Read. HEX triplet: 95, 33 and 41. RGB value is (149,51,65). Sum of RGB (Red+Green+Blue) = 149+51+65=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #953341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953341 is #6ACCBE. Grayscale: #515151. Windows color (decimal): -6999231 or 4273045. OLE color: 4273045.

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

Color convert

RGB 149 51 65 -
CMYK 0 0.66 0.56 0.42
HSL 351.43º 0.49% 0.39% -
HSV(B) 351.43º 0.66% 0.58% -
XYZ 14.53 9.14 6 -
YUV 81.9 118.47 175.86 -
System Red Green Blue C M Y K H S L
Decimal 149 51 65 0 0.66 0.56 0.42 351.43 0.49 0.39
Hex 95 33 41 0 42 38 2A 15F 31 27
Octal 225 63 101 0 102 70 52 537 61 47
Binary 10010101 110011 1000001 0 1000010 111000 101010 101011111 110001 100111

Color Harmonies of #953341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953341

Black with #953341

Text Example


Text Example

White with #953341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953341; }

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

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

background-color css

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

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

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

border-color css

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

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

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