Html Css Color HEX #953536 Well Read

📋 copy color: '#953536'

red 149 ◦ green 53 ◦ blue 54

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

Shades of Well Read #953536

Tints of Well Read #953536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.09%

R = 58.2%
G = 20.7%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#953536 (or 0x953536) is known color: Well Read. HEX triplet: 95, 35 and 36. RGB value is (149,53,54). Sum of RGB (Red+Green+Blue) = 149+53+54=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 54 (21.48% from 255 or 21.09% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #953536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953536 is #6ACAC9. Grayscale: #515151. Windows color (decimal): -6998730 or 3552661. OLE color: 3552661.

HSL color Cylindrical-coordinate representation of color #953536: hue angle of 359.38º 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 #953536 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 53 54 -
CMYK 0 0.64 0.64 0.42
HSL 359.38º 0.48% 0.4% -
HSV(B) 359.38º 0.64% 0.58% -
XYZ 14.33 9.2 4.51 -
YUV 81.82 112.3 175.92 -
System Red Green Blue C M Y K H S L
Decimal 149 53 54 0 0.64 0.64 0.42 359.38 0.48 0.4
Hex 95 35 36 0 40 40 2A 167 30 28
Octal 225 65 66 0 100 100 52 547 60 50
Binary 10010101 110101 110110 0 1000000 1000000 101010 101100111 110000 101000

Color Harmonies of #953536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953536

Black with #953536

Text Example


Text Example

White with #953536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953536; }

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

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

background-color css

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

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

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

border-color css

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

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

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