Html Css Color HEX #953242 Well Read

📋 copy color: '#953242'

red 149 ◦ green 50 ◦ blue 66

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

Shades of Well Read #953242

Tints of Well Read #953242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.91%

R = 56.23%
G = 18.87%
B = 24.91%

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

#953242 (or 0x953242) is known color: Well Read. HEX triplet: 95, 32 and 42. RGB value is (149,50,66). Sum of RGB (Red+Green+Blue) = 149+50+66=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 66 (26.17% from 255 or 24.91% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #953242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953242 is #6ACDBD. Grayscale: #515151. Windows color (decimal): -6999486 or 4338325. OLE color: 4338325.

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

Color convert

RGB 149 50 66 -
CMYK 0 0.66 0.56 0.42
HSL 350.3º 0.5% 0.39% -
HSV(B) 350.3º 0.66% 0.58% -
XYZ 14.52 9.06 6.14 -
YUV 81.43 119.3 176.2 -
System Red Green Blue C M Y K H S L
Decimal 149 50 66 0 0.66 0.56 0.42 350.3 0.5 0.39
Hex 95 32 42 0 42 38 2A 15E 32 27
Octal 225 62 102 0 102 70 52 536 62 47
Binary 10010101 110010 1000010 0 1000010 111000 101010 101011110 110010 100111

Color Harmonies of #953242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953242

Black with #953242

Text Example


Text Example

White with #953242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953242; }

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

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

background-color css

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

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

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

border-color css

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

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

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