Html Css Color HEX #953E3F Well Read

📋 copy color: '#953E3F'

red 149 ◦ green 62 ◦ blue 63

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

Shades of Well Read #953E3F

Tints of Well Read #953E3F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.63%

 BLUE value IS 63 (25% from 255) = 22.99%

R = 54.38%
G = 22.63%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#953E3F (or 0x953E3F) is known color: Well Read. HEX triplet: 95, 3E and 3F. RGB value is (149,62,63). Sum of RGB (Red+Green+Blue) = 149+62+63=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #953E3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E3F is #6AC1C0. Grayscale: #585858. Windows color (decimal): -6996417 or 4144789. OLE color: 4144789.

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

Color convert

RGB 149 62 63 -
CMYK 0 0.58 0.58 0.42
HSL 359.31º 0.41% 0.41% -
HSV(B) 359.31º 0.58% 0.58% -
XYZ 15.01 10.19 5.88 -
YUV 88.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 149 62 63 0 0.58 0.58 0.42 359.31 0.41 0.41
Hex 95 3E 3F 0 3A 3A 2A 167 29 29
Octal 225 76 77 0 72 72 52 547 51 51
Binary 10010101 111110 111111 0 111010 111010 101010 101100111 101001 101001

Color Harmonies of #953E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E3F

Black with #953E3F

Text Example


Text Example

White with #953E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953E3F; }

 p { color: rgb(149,62,63); }

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

background-color css

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

 a { background-color: rgb(149,62,63); }

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

border-color css

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

 span { border-color: rgb(149,62,63); }

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