Html Css Color HEX #963340 Well Read

📋 copy color: '#963340'

red 150 ◦ green 51 ◦ blue 64

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

Shades of Well Read #963340

Tints of Well Read #963340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 56.6%
G = 19.25%
B = 24.15%

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

#963340 (or 0x963340) is known color: Well Read. HEX triplet: 96, 33 and 40. RGB value is (150,51,64). Sum of RGB (Red+Green+Blue) = 150+51+64=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 51 (20.31% from 255 or 19.25% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #963340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963340 is #69CCBF. Grayscale: #525252. Windows color (decimal): -6933696 or 4207510. OLE color: 4207510.

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

Color convert

RGB 150 51 64 -
CMYK 0 0.66 0.57 0.41
HSL 352.12º 0.49% 0.39% -
HSV(B) 352.12º 0.66% 0.59% -
XYZ 14.69 9.22 5.86 -
YUV 82.08 117.8 176.44 -
System Red Green Blue C M Y K H S L
Decimal 150 51 64 0 0.66 0.57 0.41 352.12 0.49 0.39
Hex 96 33 40 0 42 39 29 160 31 27
Octal 226 63 100 0 102 71 51 540 61 47
Binary 10010110 110011 1000000 0 1000010 111001 101001 101100000 110001 100111

Color Harmonies of #963340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963340

Black with #963340

Text Example


Text Example

White with #963340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963340; }

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

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

background-color css

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

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

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

border-color css

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

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

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