Html Css Color HEX #95393B Well Read

📋 copy color: '#95393B'

red 149 ◦ green 57 ◦ blue 59

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

Shades of Well Read #95393B

Tints of Well Read #95393B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.51%

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

R = 56.23%
G = 21.51%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95393B (or 0x95393B) is known color: Well Read. HEX triplet: 95, 39 and 3B. RGB value is (149,57,59). Sum of RGB (Red+Green+Blue) = 149+57+59=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #95393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95393B is #6AC6C4. Grayscale: #545454. Windows color (decimal): -6997701 or 3881365. OLE color: 3881365.

HSL color Cylindrical-coordinate representation of color #95393B: hue angle of 358.7º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95393B is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 57 59 -
CMYK 0 0.62 0.60 0.42
HSL 358.7º 0.45% 0.4% -
HSV(B) 358.7º 0.62% 0.58% -
XYZ 14.65 9.63 5.22 -
YUV 84.74 113.48 173.84 -
System Red Green Blue C M Y K H S L
Decimal 149 57 59 0 0.62 0.60 0.42 358.7 0.45 0.4
Hex 95 39 3B 0 3E 3C 2A 167 2D 28
Octal 225 71 73 0 76 74 52 547 55 50
Binary 10010101 111001 111011 0 111110 111100 101010 101100111 101101 101000

Color Harmonies of #95393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95393B

Black with #95393B

Text Example


Text Example

White with #95393B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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