Html Css Color HEX #953742 Well Read

📋 copy color: '#953742'

red 149 ◦ green 55 ◦ blue 66

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

Shades of Well Read #953742

Tints of Well Read #953742

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.37%

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

R = 55.19%
G = 20.37%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#953742 (or 0x953742) is known color: Well Read. HEX triplet: 95, 37 and 42. RGB value is (149,55,66). Sum of RGB (Red+Green+Blue) = 149+55+66=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 55 (21.88% from 255 or 20.37% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #953742 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953742 is #6AC8BD. Grayscale: #545454. Windows color (decimal): -6998206 or 4339605. OLE color: 4339605.

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

Color convert

RGB 149 55 66 -
CMYK 0 0.63 0.56 0.42
HSL 352.98º 0.46% 0.4% -
HSV(B) 352.98º 0.63% 0.58% -
XYZ 14.74 9.52 6.21 -
YUV 84.36 117.64 174.11 -
System Red Green Blue C M Y K H S L
Decimal 149 55 66 0 0.63 0.56 0.42 352.98 0.46 0.4
Hex 95 37 42 0 3F 38 2A 161 2E 28
Octal 225 67 102 0 77 70 52 541 56 50
Binary 10010101 110111 1000010 0 111111 111000 101010 101100001 101110 101000

Color Harmonies of #953742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953742

Black with #953742

Text Example


Text Example

White with #953742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953742; }

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

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

background-color css

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

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

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

border-color css

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

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

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