Html Css Color HEX #95353F Well Read

📋 copy color: '#95353F'

red 149 ◦ green 53 ◦ blue 63

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

Shades of Well Read #95353F

Tints of Well Read #95353F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20%

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

R = 56.23%
G = 20%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95353F (or 0x95353F) is known color: Well Read. HEX triplet: 95, 35 and 3F. RGB value is (149,53,63). Sum of RGB (Red+Green+Blue) = 149+53+63=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 53 (21.09% from 255 or 20% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #95353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95353F is #6ACAC0. Grayscale: #525252. Windows color (decimal): -6998721 or 4142485. OLE color: 4142485.

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

Color convert

RGB 149 53 63 -
CMYK 0 0.64 0.58 0.42
HSL 353.75º 0.48% 0.4% -
HSV(B) 353.75º 0.64% 0.58% -
XYZ 14.56 9.29 5.73 -
YUV 82.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 149 53 63 0 0.64 0.58 0.42 353.75 0.48 0.4
Hex 95 35 3F 0 40 3A 2A 162 30 28
Octal 225 65 77 0 100 72 52 542 60 50
Binary 10010101 110101 111111 0 1000000 111010 101010 101100010 110000 101000

Color Harmonies of #95353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95353F

Black with #95353F

Text Example


Text Example

White with #95353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95353F; }

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

 H1.HeaderClassName
 {
   color: #95353F;
 }
 .AnyTagClassName
 {
   color: #95353F;
 }
</style>

background-color css

<style>
 a { background-color: #95353F; }

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

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

border-color css

<style>
 span { border-color: #95353F; }

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

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