Html Css Color HEX #96363B Well Read

📋 copy color: '#96363B'

red 150 ◦ green 54 ◦ blue 59

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

Shades of Well Read #96363B

Tints of Well Read #96363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.53%

 BLUE value IS 59 (23.44% from 255) = 22.43%

R = 57.03%
G = 20.53%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96363B (or 0x96363B) is known color: Well Read. HEX triplet: 96, 36 and 3B. RGB value is (150,54,59). Sum of RGB (Red+Green+Blue) = 150+54+59=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 59 (23.44% from 255 or 22.43% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #96363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96363B is #69C9C4. Grayscale: #535353. Windows color (decimal): -6932933 or 3880598. OLE color: 3880598.

HSL color Cylindrical-coordinate representation of color #96363B: hue angle of 356.88º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96363B is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 54 59 -
CMYK 0 0.64 0.61 0.41
HSL 356.88º 0.47% 0.4% -
HSV(B) 356.88º 0.64% 0.59% -
XYZ 14.69 9.44 5.19 -
YUV 83.27 114.3 175.59 -
System Red Green Blue C M Y K H S L
Decimal 150 54 59 0 0.64 0.61 0.41 356.88 0.47 0.4
Hex 96 36 3B 0 40 3D 29 165 2F 28
Octal 226 66 73 0 100 75 51 545 57 50
Binary 10010110 110110 111011 0 1000000 111101 101001 101100101 101111 101000

Color Harmonies of #96363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96363B

Black with #96363B

Text Example


Text Example

White with #96363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96363B; }

 p { color: rgb(150,54,59); }

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

background-color css

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

 a { background-color: rgb(150,54,59); }

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

border-color css

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

 span { border-color: rgb(150,54,59); }

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