Html Css Color HEX #963539 Well Read

📋 copy color: '#963539'

red 150 ◦ green 53 ◦ blue 57

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

Shades of Well Read #963539

Tints of Well Read #963539

RGB

 RED value IS 150 (58.98% from 255) = 57.69%

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

 BLUE value IS 57 (22.66% from 255) = 21.92%

R = 57.69%
G = 20.38%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#963539 (or 0x963539) is known color: Well Read. HEX triplet: 96, 35 and 39. RGB value is (150,53,57). Sum of RGB (Red+Green+Blue) = 150+53+57=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 53 (21.09% from 255 or 20.38% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #963539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963539 is #69CAC6. Grayscale: #525252. Windows color (decimal): -6933191 or 3749270. OLE color: 3749270.

HSL color Cylindrical-coordinate representation of color #963539: hue angle of 357.53º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #963539 is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 53 57 -
CMYK 0 0.65 0.62 0.41
HSL 357.53º 0.48% 0.4% -
HSV(B) 357.53º 0.65% 0.59% -
XYZ 14.59 9.33 4.9 -
YUV 82.46 113.64 176.17 -
System Red Green Blue C M Y K H S L
Decimal 150 53 57 0 0.65 0.62 0.41 357.53 0.48 0.4
Hex 96 35 39 0 41 3E 29 166 30 28
Octal 226 65 71 0 101 76 51 546 60 50
Binary 10010110 110101 111001 0 1000001 111110 101001 101100110 110000 101000

Color Harmonies of #963539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963539

Black with #963539

Text Example


Text Example

White with #963539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963539; }

 p { color: rgb(150,53,57); }

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

background-color css

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

 a { background-color: rgb(150,53,57); }

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

border-color css

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

 span { border-color: rgb(150,53,57); }

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