Html Css Color HEX #95343D Well Read

📋 copy color: '#95343D'

red 149 ◦ green 52 ◦ blue 61

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

Shades of Well Read #95343D

Tints of Well Read #95343D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.28%

R = 56.87%
G = 19.85%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#95343D (or 0x95343D) is known color: Well Read. HEX triplet: 95, 34 and 3D. RGB value is (149,52,61). Sum of RGB (Red+Green+Blue) = 149+52+61=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #95343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95343D is #6ACBC2. Grayscale: #525252. Windows color (decimal): -6998979 or 4011157. OLE color: 4011157.

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

Color convert

RGB 149 52 61 -
CMYK 0 0.65 0.59 0.42
HSL 354.43º 0.48% 0.39% -
HSV(B) 354.43º 0.65% 0.58% -
XYZ 14.46 9.18 5.42 -
YUV 82.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 149 52 61 0 0.65 0.59 0.42 354.43 0.48 0.39
Hex 95 34 3D 0 41 3B 2A 162 30 27
Octal 225 64 75 0 101 73 52 542 60 47
Binary 10010101 110100 111101 0 1000001 111011 101010 101100010 110000 100111

Color Harmonies of #95343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95343D

Black with #95343D

Text Example


Text Example

White with #95343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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