Html Css Color HEX #95313F Well Read

📋 copy color: '#95313F'

red 149 ◦ green 49 ◦ blue 63

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

Shades of Well Read #95313F

Tints of Well Read #95313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.77%

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

R = 57.09%
G = 18.77%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95313F (or 0x95313F) is known color: Well Read. HEX triplet: 95, 31 and 3F. RGB value is (149,49,63). Sum of RGB (Red+Green+Blue) = 149+49+63=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 63 (25% from 255 or 24.14% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95313F is #6ACEC0. Grayscale: #505050. Windows color (decimal): -6999745 or 4141461. OLE color: 4141461.

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

Color convert

RGB 149 49 63 -
CMYK 0 0.67 0.58 0.42
HSL 351.6º 0.51% 0.39% -
HSV(B) 351.6º 0.67% 0.58% -
XYZ 14.39 8.95 5.67 -
YUV 80.5 118.13 176.86 -
System Red Green Blue C M Y K H S L
Decimal 149 49 63 0 0.67 0.58 0.42 351.6 0.51 0.39
Hex 95 31 3F 0 43 3A 2A 160 33 27
Octal 225 61 77 0 103 72 52 540 63 47
Binary 10010101 110001 111111 0 1000011 111010 101010 101100000 110011 100111

Color Harmonies of #95313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95313F

Black with #95313F

Text Example


Text Example

White with #95313F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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