Html Css Color HEX #952F41 Well Read

📋 copy color: '#952F41'

red 149 ◦ green 47 ◦ blue 65

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

Shades of Well Read #952F41

Tints of Well Read #952F41

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.01%

 BLUE value IS 65 (25.78% from 255) = 24.9%

R = 57.09%
G = 18.01%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#952F41 (or 0x952F41) is known color: Well Read. HEX triplet: 95, 2F and 41. RGB value is (149,47,65). Sum of RGB (Red+Green+Blue) = 149+47+65=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #952F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952F41 is #6AD0BE. Grayscale: #4F4F4F. Windows color (decimal): -7000255 or 4272021. OLE color: 4272021.

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

Color convert

RGB 149 47 65 -
CMYK 0 0.68 0.56 0.42
HSL 349.41º 0.52% 0.38% -
HSV(B) 349.41º 0.68% 0.58% -
XYZ 14.37 8.8 5.94 -
YUV 79.55 119.79 177.54 -
System Red Green Blue C M Y K H S L
Decimal 149 47 65 0 0.68 0.56 0.42 349.41 0.52 0.38
Hex 95 2F 41 0 44 38 2A 15D 34 26
Octal 225 57 101 0 104 70 52 535 64 46
Binary 10010101 101111 1000001 0 1000100 111000 101010 101011101 110100 100110

Color Harmonies of #952F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952F41

Black with #952F41

Text Example


Text Example

White with #952F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,47,65); }

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

background-color css

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

 a { background-color: rgb(149,47,65); }

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

border-color css

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

 span { border-color: rgb(149,47,65); }

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