Html Css Color HEX #963739 Well Read

📋 copy color: '#963739'

red 150 ◦ green 55 ◦ blue 57

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

Shades of Well Read #963739

Tints of Well Read #963739

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

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

R = 57.25%
G = 20.99%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#963739 (or 0x963739) is known color: Well Read. HEX triplet: 96, 37 and 39. RGB value is (150,55,57). Sum of RGB (Red+Green+Blue) = 150+55+57=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #963739 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963739 is #69C8C6. Grayscale: #535353. Windows color (decimal): -6932679 or 3749782. OLE color: 3749782.

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

Color convert

RGB 150 55 57 -
CMYK 0 0.63 0.62 0.41
HSL 358.74º 0.46% 0.4% -
HSV(B) 358.74º 0.63% 0.59% -
XYZ 14.68 9.51 4.93 -
YUV 83.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 150 55 57 0 0.63 0.62 0.41 358.74 0.46 0.4
Hex 96 37 39 0 3F 3E 29 167 2E 28
Octal 226 67 71 0 77 76 51 547 56 50
Binary 10010110 110111 111001 0 111111 111110 101001 101100111 101110 101000

Color Harmonies of #963739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963739

Black with #963739

Text Example


Text Example

White with #963739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963739; }

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

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

background-color css

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

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

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

border-color css

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

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

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