Html Css Color HEX #963442 Well Read

📋 copy color: '#963442'

red 150 ◦ green 52 ◦ blue 66

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

Shades of Well Read #963442

Tints of Well Read #963442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.4%

 BLUE value IS 66 (26.17% from 255) = 24.63%

R = 55.97%
G = 19.4%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#963442 (or 0x963442) is known color: Well Read. HEX triplet: 96, 34 and 42. RGB value is (150,52,66). Sum of RGB (Red+Green+Blue) = 150+52+66=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #963442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963442 is #69CBBD. Grayscale: #525252. Windows color (decimal): -6933438 or 4338838. OLE color: 4338838.

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

Color convert

RGB 150 52 66 -
CMYK 0 0.65 0.56 0.41
HSL 351.43º 0.49% 0.4% -
HSV(B) 351.43º 0.65% 0.59% -
XYZ 14.79 9.33 6.18 -
YUV 82.9 118.47 175.86 -
System Red Green Blue C M Y K H S L
Decimal 150 52 66 0 0.65 0.56 0.41 351.43 0.49 0.4
Hex 96 34 42 0 41 38 29 15F 31 28
Octal 226 64 102 0 101 70 51 537 61 50
Binary 10010110 110100 1000010 0 1000001 111000 101001 101011111 110001 101000

Color Harmonies of #963442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963442

Black with #963442

Text Example


Text Example

White with #963442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963442; }

 p { color: rgb(150,52,66); }

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

background-color css

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

 a { background-color: rgb(150,52,66); }

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

border-color css

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

 span { border-color: rgb(150,52,66); }

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