Html Css Color HEX #953239 Well Read

📋 copy color: '#953239'

red 149 ◦ green 50 ◦ blue 57

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

Shades of Well Read #953239

Tints of Well Read #953239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.27%

R = 58.2%
G = 19.53%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.62

 K value IS 0.42

RGB Variations

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

Color information

#953239 (or 0x953239) is known color: Well Read. HEX triplet: 95, 32 and 39. RGB value is (149,50,57). Sum of RGB (Red+Green+Blue) = 149+50+57=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #953239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953239 is #6ACDC6. Grayscale: #505050. Windows color (decimal): -6999495 or 3748501. OLE color: 3748501.

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

Color convert

RGB 149 50 57 -
CMYK 0 0.66 0.62 0.42
HSL 355.76º 0.5% 0.39% -
HSV(B) 355.76º 0.66% 0.58% -
XYZ 14.27 8.97 4.85 -
YUV 80.4 114.8 176.93 -
System Red Green Blue C M Y K H S L
Decimal 149 50 57 0 0.66 0.62 0.42 355.76 0.5 0.39
Hex 95 32 39 0 42 3E 2A 164 32 27
Octal 225 62 71 0 102 76 52 544 62 47
Binary 10010101 110010 111001 0 1000010 111110 101010 101100100 110010 100111

Color Harmonies of #953239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953239

Black with #953239

Text Example


Text Example

White with #953239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953239; }

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

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

background-color css

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

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

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

border-color css

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

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

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