Html Css Color HEX #95323B Well Read

📋 copy color: '#95323B'

red 149 ◦ green 50 ◦ blue 59

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

Shades of Well Read #95323B

Tints of Well Read #95323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.38%

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

R = 57.75%
G = 19.38%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95323B (or 0x95323B) is known color: Well Read. HEX triplet: 95, 32 and 3B. RGB value is (149,50,59). Sum of RGB (Red+Green+Blue) = 149+50+59=258 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.75% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 149 - color contains mainly: red. Hex color #95323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95323B is #6ACDC4. Grayscale: #505050. Windows color (decimal): -6999493 or 3879573. OLE color: 3879573.

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

Color convert

RGB 149 50 59 -
CMYK 0 0.66 0.60 0.42
HSL 354.55º 0.5% 0.39% -
HSV(B) 354.55º 0.66% 0.58% -
XYZ 14.32 8.99 5.12 -
YUV 80.63 115.8 176.77 -
System Red Green Blue C M Y K H S L
Decimal 149 50 59 0 0.66 0.60 0.42 354.55 0.5 0.39
Hex 95 32 3B 0 42 3C 2A 163 32 27
Octal 225 62 73 0 102 74 52 543 62 47
Binary 10010101 110010 111011 0 1000010 111100 101010 101100011 110010 100111

Color Harmonies of #95323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95323B

Black with #95323B

Text Example


Text Example

White with #95323B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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