Html Css Color HEX #963341 Well Read

📋 copy color: '#963341'

red 150 ◦ green 51 ◦ blue 65

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

Shades of Well Read #963341

Tints of Well Read #963341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.17%

 BLUE value IS 65 (25.78% from 255) = 24.44%

R = 56.39%
G = 19.17%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#963341 (or 0x963341) is known color: Well Read. HEX triplet: 96, 33 and 41. RGB value is (150,51,65). Sum of RGB (Red+Green+Blue) = 150+51+65=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #963341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963341 is #69CCBE. Grayscale: #525252. Windows color (decimal): -6933695 or 4273046. OLE color: 4273046.

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

Color convert

RGB 150 51 65 -
CMYK 0 0.66 0.57 0.41
HSL 351.52º 0.49% 0.39% -
HSV(B) 351.52º 0.66% 0.59% -
XYZ 14.72 9.23 6.01 -
YUV 82.2 118.3 176.36 -
System Red Green Blue C M Y K H S L
Decimal 150 51 65 0 0.66 0.57 0.41 351.52 0.49 0.39
Hex 96 33 41 0 42 39 29 160 31 27
Octal 226 63 101 0 102 71 51 540 61 47
Binary 10010110 110011 1000001 0 1000010 111001 101001 101100000 110001 100111

Color Harmonies of #963341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963341

Black with #963341

Text Example


Text Example

White with #963341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963341; }

 p { color: rgb(150,51,65); }

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

background-color css

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

 a { background-color: rgb(150,51,65); }

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

border-color css

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

 span { border-color: rgb(150,51,65); }

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