Html Css Color HEX #963245 Well Read

📋 copy color: '#963245'

red 150 ◦ green 50 ◦ blue 69

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

Shades of Well Read #963245

Tints of Well Read #963245

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.59%

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

R = 55.76%
G = 18.59%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.41

RGB Variations

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

Color information

#963245 (or 0x963245) is known color: Well Read. HEX triplet: 96, 32 and 45. RGB value is (150,50,69). Sum of RGB (Red+Green+Blue) = 150+50+69=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 50 (19.92% from 255 or 18.59% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #963245 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963245 is #69CDBA. Grayscale: #525252. Windows color (decimal): -6933947 or 4534934. OLE color: 4534934.

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

Color convert

RGB 150 50 69 -
CMYK 0 0.67 0.54 0.41
HSL 348.6º 0.5% 0.39% -
HSV(B) 348.6º 0.67% 0.59% -
XYZ 14.79 9.19 6.63 -
YUV 82.07 120.63 176.46 -
System Red Green Blue C M Y K H S L
Decimal 150 50 69 0 0.67 0.54 0.41 348.6 0.5 0.39
Hex 96 32 45 0 43 36 29 15D 32 27
Octal 226 62 105 0 103 66 51 535 62 47
Binary 10010110 110010 1000101 0 1000011 110110 101001 101011101 110010 100111

Color Harmonies of #963245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963245

Black with #963245

Text Example


Text Example

White with #963245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963245; }

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

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

background-color css

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

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

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

border-color css

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

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

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