Html Css Color HEX #96353F Well Read

📋 copy color: '#96353F'

red 150 ◦ green 53 ◦ blue 63

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

Shades of Well Read #96353F

Tints of Well Read #96353F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.68%

R = 56.39%
G = 19.92%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#96353F (or 0x96353F) is known color: Well Read. HEX triplet: 96, 35 and 3F. RGB value is (150,53,63). Sum of RGB (Red+Green+Blue) = 150+53+63=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #96353F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96353F is #69CAC0. Grayscale: #535353. Windows color (decimal): -6933185 or 4142486. OLE color: 4142486.

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

Color convert

RGB 150 53 63 -
CMYK 0 0.65 0.58 0.41
HSL 353.81º 0.48% 0.4% -
HSV(B) 353.81º 0.65% 0.59% -
XYZ 14.75 9.39 5.74 -
YUV 83.14 116.64 175.69 -
System Red Green Blue C M Y K H S L
Decimal 150 53 63 0 0.65 0.58 0.41 353.81 0.48 0.4
Hex 96 35 3F 0 41 3A 29 162 30 28
Octal 226 65 77 0 101 72 51 542 60 50
Binary 10010110 110101 111111 0 1000001 111010 101001 101100010 110000 101000

Color Harmonies of #96353F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96353F

Black with #96353F

Text Example


Text Example

White with #96353F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96353F; }

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

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

background-color css

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

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

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

border-color css

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

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

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