Html Css Color HEX #963440 Well Read

📋 copy color: '#963440'

red 150 ◦ green 52 ◦ blue 64

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

Shades of Well Read #963440

Tints of Well Read #963440

RGB

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

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

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

R = 56.39%
G = 19.55%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#963440 (or 0x963440) is known color: Well Read. HEX triplet: 96, 34 and 40. RGB value is (150,52,64). Sum of RGB (Red+Green+Blue) = 150+52+64=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #963440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963440 is #69CBBF. Grayscale: #525252. Windows color (decimal): -6933440 or 4207766. OLE color: 4207766.

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

Color convert

RGB 150 52 64 -
CMYK 0 0.65 0.57 0.41
HSL 352.65º 0.49% 0.4% -
HSV(B) 352.65º 0.65% 0.59% -
XYZ 14.73 9.31 5.87 -
YUV 82.67 117.47 176.02 -
System Red Green Blue C M Y K H S L
Decimal 150 52 64 0 0.65 0.57 0.41 352.65 0.49 0.4
Hex 96 34 40 0 41 39 29 161 31 28
Octal 226 64 100 0 101 71 51 541 61 50
Binary 10010110 110100 1000000 0 1000001 111001 101001 101100001 110001 101000

Color Harmonies of #963440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963440

Black with #963440

Text Example


Text Example

White with #963440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963440; }

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

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

background-color css

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

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

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

border-color css

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

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

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