Html Css Color HEX #963541 Well Read

📋 copy color: '#963541'

red 150 ◦ green 53 ◦ blue 65

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

Shades of Well Read #963541

Tints of Well Read #963541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.78%

 BLUE value IS 65 (25.78% from 255) = 24.25%

R = 55.97%
G = 19.78%
B = 24.25%

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

#963541 (or 0x963541) is known color: Well Read. HEX triplet: 96, 35 and 41. RGB value is (150,53,65). Sum of RGB (Red+Green+Blue) = 150+53+65=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 53 (21.09% from 255 or 19.78% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #963541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #963541 is #69CABE. Grayscale: #535353. Windows color (decimal): -6933183 or 4273558. OLE color: 4273558.

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

Color convert

RGB 150 53 65 -
CMYK 0 0.65 0.57 0.41
HSL 352.58º 0.48% 0.4% -
HSV(B) 352.58º 0.65% 0.59% -
XYZ 14.8 9.41 6.04 -
YUV 83.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 150 53 65 0 0.65 0.57 0.41 352.58 0.48 0.4
Hex 96 35 41 0 41 39 29 161 30 28
Octal 226 65 101 0 101 71 51 541 60 50
Binary 10010110 110101 1000001 0 1000001 111001 101001 101100001 110000 101000

Color Harmonies of #963541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #963541

Black with #963541

Text Example


Text Example

White with #963541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #963541; }

 p { color: rgb(150,53,65); }

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

background-color css

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

 a { background-color: rgb(150,53,65); }

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

border-color css

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

 span { border-color: rgb(150,53,65); }

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