Html Css Color HEX #95343C Well Read

📋 copy color: '#95343C'

red 149 ◦ green 52 ◦ blue 60

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

Shades of Well Read #95343C

Tints of Well Read #95343C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.99%

R = 57.09%
G = 19.92%
B = 22.99%

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

#95343C (or 0x95343C) is known color: Well Read. HEX triplet: 95, 34 and 3C. RGB value is (149,52,60). Sum of RGB (Red+Green+Blue) = 149+52+60=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95343C is #6ACBC3. Grayscale: #515151. Windows color (decimal): -6998980 or 3945621. OLE color: 3945621.

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

Color convert

RGB 149 52 60 -
CMYK 0 0.65 0.60 0.42
HSL 355.05º 0.48% 0.39% -
HSV(B) 355.05º 0.65% 0.58% -
XYZ 14.44 9.17 5.28 -
YUV 81.92 115.64 175.85 -
System Red Green Blue C M Y K H S L
Decimal 149 52 60 0 0.65 0.60 0.42 355.05 0.48 0.39
Hex 95 34 3C 0 41 3C 2A 163 30 27
Octal 225 64 74 0 101 74 52 543 60 47
Binary 10010101 110100 111100 0 1000001 111100 101010 101100011 110000 100111

Color Harmonies of #95343C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95343C

Black with #95343C

Text Example


Text Example

White with #95343C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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