Html Css Color HEX #963345 Well Read

📋 copy color: '#963345'

red 150 ◦ green 51 ◦ blue 69

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

Shades of Well Read #963345

Tints of Well Read #963345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.56%

R = 55.56%
G = 18.89%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#963345 (or 0x963345) is known color: Well Read. HEX triplet: 96, 33 and 45. RGB value is (150,51,69). Sum of RGB (Red+Green+Blue) = 150+51+69=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #963345 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963345 is #69CCBA. Grayscale: #525252. Windows color (decimal): -6933691 or 4535190. OLE color: 4535190.

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

Color convert

RGB 150 51 69 -
CMYK 0 0.66 0.54 0.41
HSL 349.09º 0.49% 0.39% -
HSV(B) 349.09º 0.66% 0.59% -
XYZ 14.84 9.28 6.64 -
YUV 82.65 120.3 176.04 -
System Red Green Blue C M Y K H S L
Decimal 150 51 69 0 0.66 0.54 0.41 349.09 0.49 0.39
Hex 96 33 45 0 42 36 29 15D 31 27
Octal 226 63 105 0 102 66 51 535 61 47
Binary 10010110 110011 1000101 0 1000010 110110 101001 101011101 110001 100111

Color Harmonies of #963345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963345

Black with #963345

Text Example


Text Example

White with #963345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963345; }

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

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

background-color css

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

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

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

border-color css

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

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

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