Html Css Color HEX #963242 Well Read

📋 copy color: '#963242'

red 150 ◦ green 50 ◦ blue 66

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

Shades of Well Read #963242

Tints of Well Read #963242

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.8%

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

R = 56.39%
G = 18.8%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#963242 (or 0x963242) is known color: Well Read. HEX triplet: 96, 32 and 42. RGB value is (150,50,66). Sum of RGB (Red+Green+Blue) = 150+50+66=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #963242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963242 is #69CDBD. Grayscale: #515151. Windows color (decimal): -6933950 or 4338326. OLE color: 4338326.

HSL color Cylindrical-coordinate representation of color #963242: hue angle of 350.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963242 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 50 66 -
CMYK 0 0.67 0.56 0.41
HSL 350.4º 0.5% 0.39% -
HSV(B) 350.4º 0.67% 0.59% -
XYZ 14.7 9.16 6.15 -
YUV 81.72 119.13 176.7 -
System Red Green Blue C M Y K H S L
Decimal 150 50 66 0 0.67 0.56 0.41 350.4 0.5 0.39
Hex 96 32 42 0 43 38 29 15E 32 27
Octal 226 62 102 0 103 70 51 536 62 47
Binary 10010110 110010 1000010 0 1000011 111000 101001 101011110 110010 100111

Color Harmonies of #963242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963242

Black with #963242

Text Example


Text Example

White with #963242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963242; }

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

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

background-color css

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

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

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

border-color css

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

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

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