Html Css Color HEX #963840 Well Read

📋 copy color: '#963840'

red 150 ◦ green 56 ◦ blue 64

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

Shades of Well Read #963840

Tints of Well Read #963840

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.74%

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

R = 55.56%
G = 20.74%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#963840 (or 0x963840) is known color: Well Read. HEX triplet: 96, 38 and 40. RGB value is (150,56,64). Sum of RGB (Red+Green+Blue) = 150+56+64=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 56 (22.27% from 255 or 20.74% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #963840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963840 is #69C7BF. Grayscale: #555555. Windows color (decimal): -6932416 or 4208790. OLE color: 4208790.

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

Color convert

RGB 150 56 64 -
CMYK 0 0.63 0.57 0.41
HSL 354.89º 0.46% 0.4% -
HSV(B) 354.89º 0.63% 0.59% -
XYZ 14.92 9.68 5.93 -
YUV 85.02 116.14 174.35 -
System Red Green Blue C M Y K H S L
Decimal 150 56 64 0 0.63 0.57 0.41 354.89 0.46 0.4
Hex 96 38 40 0 3F 39 29 163 2E 28
Octal 226 70 100 0 77 71 51 543 56 50
Binary 10010110 111000 1000000 0 111111 111001 101001 101100011 101110 101000

Color Harmonies of #963840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963840

Black with #963840

Text Example


Text Example

White with #963840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963840; }

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

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

background-color css

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

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

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

border-color css

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

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

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