Html Css Color HEX #953442 Well Read

📋 copy color: '#953442'

red 149 ◦ green 52 ◦ blue 66

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

Shades of Well Read #953442

Tints of Well Read #953442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.48%

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

R = 55.81%
G = 19.48%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#953442 (or 0x953442) is known color: Well Read. HEX triplet: 95, 34 and 42. RGB value is (149,52,66). Sum of RGB (Red+Green+Blue) = 149+52+66=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #953442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953442 is #6ACBBD. Grayscale: #525252. Windows color (decimal): -6998974 or 4338837. OLE color: 4338837.

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

Color convert

RGB 149 52 66 -
CMYK 0 0.65 0.56 0.42
HSL 351.34º 0.48% 0.39% -
HSV(B) 351.34º 0.65% 0.58% -
XYZ 14.61 9.24 6.17 -
YUV 82.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 149 52 66 0 0.65 0.56 0.42 351.34 0.48 0.39
Hex 95 34 42 0 41 38 2A 15F 30 27
Octal 225 64 102 0 101 70 52 537 60 47
Binary 10010101 110100 1000010 0 1000001 111000 101010 101011111 110000 100111

Color Harmonies of #953442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953442

Black with #953442

Text Example


Text Example

White with #953442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953442; }

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

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

background-color css

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

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

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

border-color css

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

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

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