Html Css Color HEX #952E43 Well Read

📋 copy color: '#952E43'

red 149 ◦ green 46 ◦ blue 67

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

Shades of Well Read #952E43

Tints of Well Read #952E43

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.56%

 BLUE value IS 67 (26.56% from 255) = 25.57%

R = 56.87%
G = 17.56%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#952E43 (or 0x952E43) is known color: Well Read. HEX triplet: 95, 2E and 43. RGB value is (149,46,67). Sum of RGB (Red+Green+Blue) = 149+46+67=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 67 (26.56% from 255 or 25.57% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #952E43 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952E43 is #6AD1BC. Grayscale: #4F4F4F. Windows color (decimal): -7000509 or 4402837. OLE color: 4402837.

HSL color Cylindrical-coordinate representation of color #952E43: hue angle of 347.77º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #952E43 is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 46 67 -
CMYK 0 0.69 0.55 0.42
HSL 347.77º 0.53% 0.38% -
HSV(B) 347.77º 0.69% 0.58% -
XYZ 14.38 8.75 6.24 -
YUV 79.19 121.12 177.79 -
System Red Green Blue C M Y K H S L
Decimal 149 46 67 0 0.69 0.55 0.42 347.77 0.53 0.38
Hex 95 2E 43 0 45 37 2A 15C 35 26
Octal 225 56 103 0 105 67 52 534 65 46
Binary 10010101 101110 1000011 0 1000101 110111 101010 101011100 110101 100110

Color Harmonies of #952E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E43

Black with #952E43

Text Example


Text Example

White with #952E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952E43; }

 p { color: rgb(149,46,67); }

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

background-color css

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

 a { background-color: rgb(149,46,67); }

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

border-color css

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

 span { border-color: rgb(149,46,67); }

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