Html Css Color HEX #95343B Well Read

📋 copy color: '#95343B'

red 149 ◦ green 52 ◦ blue 59

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

Shades of Well Read #95343B

Tints of Well Read #95343B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.69%

R = 57.31%
G = 20%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95343B (or 0x95343B) is known color: Well Read. HEX triplet: 95, 34 and 3B. RGB value is (149,52,59). Sum of RGB (Red+Green+Blue) = 149+52+59=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #95343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95343B is #6ACBC4. Grayscale: #515151. Windows color (decimal): -6998981 or 3880085. OLE color: 3880085.

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

Color convert

RGB 149 52 59 -
CMYK 0 0.65 0.60 0.42
HSL 355.67º 0.48% 0.39% -
HSV(B) 355.67º 0.65% 0.58% -
XYZ 14.41 9.16 5.15 -
YUV 81.8 115.14 175.93 -
System Red Green Blue C M Y K H S L
Decimal 149 52 59 0 0.65 0.60 0.42 355.67 0.48 0.39
Hex 95 34 3B 0 41 3C 2A 164 30 27
Octal 225 64 73 0 101 74 52 544 60 47
Binary 10010101 110100 111011 0 1000001 111100 101010 101100100 110000 100111

Color Harmonies of #95343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95343B

Black with #95343B

Text Example


Text Example

White with #95343B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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