Html Css Color HEX #963537 Well Read

📋 copy color: '#963537'

red 150 ◦ green 53 ◦ blue 55

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

Shades of Well Read #963537

Tints of Well Read #963537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 21.32%

R = 58.14%
G = 20.54%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.41

RGB Variations

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

Color information

#963537 (or 0x963537) is known color: Well Read. HEX triplet: 96, 35 and 37. RGB value is (150,53,55). Sum of RGB (Red+Green+Blue) = 150+53+55=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 55 (21.88% from 255 or 21.32% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #963537 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963537 is #69CAC8. Grayscale: #525252. Windows color (decimal): -6933193 or 3618198. OLE color: 3618198.

HSL color Cylindrical-coordinate representation of color #963537: hue angle of 358.76º 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 #963537 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 53 55 -
CMYK 0 0.65 0.63 0.41
HSL 358.76º 0.48% 0.4% -
HSV(B) 358.76º 0.65% 0.59% -
XYZ 14.54 9.31 4.64 -
YUV 82.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 150 53 55 0 0.65 0.63 0.41 358.76 0.48 0.4
Hex 96 35 37 0 41 3F 29 167 30 28
Octal 226 65 67 0 101 77 51 547 60 50
Binary 10010110 110101 110111 0 1000001 111111 101001 101100111 110000 101000

Color Harmonies of #963537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963537

Black with #963537

Text Example


Text Example

White with #963537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963537; }

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

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

background-color css

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

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

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

border-color css

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

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

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