Html Css Color HEX #95343E Well Read

📋 copy color: '#95343E'

red 149 ◦ green 52 ◦ blue 62

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

Shades of Well Read #95343E

Tints of Well Read #95343E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 23.57%

R = 56.65%
G = 19.77%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95343E (or 0x95343E) is known color: Well Read. HEX triplet: 95, 34 and 3E. RGB value is (149,52,62). Sum of RGB (Red+Green+Blue) = 149+52+62=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 62 (24.61% from 255 or 23.57% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #95343E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95343E is #6ACBC1. Grayscale: #525252. Windows color (decimal): -6998978 or 4076693. OLE color: 4076693.

HSL color Cylindrical-coordinate representation of color #95343E: hue angle of 353.81º 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 #95343E is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 52 62 -
CMYK 0 0.65 0.58 0.42
HSL 353.81º 0.48% 0.39% -
HSV(B) 353.81º 0.65% 0.58% -
XYZ 14.49 9.19 5.57 -
YUV 82.14 116.64 175.69 -
System Red Green Blue C M Y K H S L
Decimal 149 52 62 0 0.65 0.58 0.42 353.81 0.48 0.39
Hex 95 34 3E 0 41 3A 2A 162 30 27
Octal 225 64 76 0 101 72 52 542 60 47
Binary 10010101 110100 111110 0 1000001 111010 101010 101100010 110000 100111

Color Harmonies of #95343E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95343E

Black with #95343E

Text Example


Text Example

White with #95343E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95343E; }

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

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

background-color css

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

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

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

border-color css

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

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

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