Html Css Color HEX #95333D Well Read

📋 copy color: '#95333D'

red 149 ◦ green 51 ◦ blue 61

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

Shades of Well Read #95333D

Tints of Well Read #95333D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.54%

 BLUE value IS 61 (24.22% from 255) = 23.37%

R = 57.09%
G = 19.54%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#95333D (or 0x95333D) is known color: Well Read. HEX triplet: 95, 33 and 3D. RGB value is (149,51,61). Sum of RGB (Red+Green+Blue) = 149+51+61=261 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.09% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 61 (24.22% from 255 or 23.37% from 261); Max value from RGB is 149 - color contains mainly: red. Hex color #95333D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95333D is #6ACCC2. Grayscale: #515151. Windows color (decimal): -6999235 or 4010901. OLE color: 4010901.

HSL color Cylindrical-coordinate representation of color #95333D: hue angle of 353.88º degrees, saturation: 0.49, 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 #95333D is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 51 61 -
CMYK 0 0.66 0.59 0.42
HSL 353.88º 0.49% 0.39% -
HSV(B) 353.88º 0.66% 0.58% -
XYZ 14.42 9.09 5.41 -
YUV 81.44 116.47 176.19 -
System Red Green Blue C M Y K H S L
Decimal 149 51 61 0 0.66 0.59 0.42 353.88 0.49 0.39
Hex 95 33 3D 0 42 3B 2A 162 31 27
Octal 225 63 75 0 102 73 52 542 61 47
Binary 10010101 110011 111101 0 1000010 111011 101010 101100010 110001 100111

Color Harmonies of #95333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95333D

Black with #95333D

Text Example


Text Example

White with #95333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95333D; }

 p { color: rgb(149,51,61); }

 H1.HeaderClassName
 {
   color: #95333D;
 }
 .AnyTagClassName
 {
   color: #95333D;
 }
</style>

background-color css

<style>
 a { background-color: #95333D; }

 a { background-color: rgb(149,51,61); }

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

border-color css

<style>
 span { border-color: #95333D; }

 span { border-color: rgb(149,51,61); }

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