Html Css Color HEX #96313B Well Read

📋 copy color: '#96313B'

red 150 ◦ green 49 ◦ blue 59

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

Shades of Well Read #96313B

Tints of Well Read #96313B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.99%

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

R = 58.14%
G = 18.99%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96313B (or 0x96313B) is known color: Well Read. HEX triplet: 96, 31 and 3B. RGB value is (150,49,59). Sum of RGB (Red+Green+Blue) = 150+49+59=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #96313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96313B is #69CEC4. Grayscale: #505050. Windows color (decimal): -6934213 or 3879318. OLE color: 3879318.

HSL color Cylindrical-coordinate representation of color #96313B: hue angle of 354.06º degrees, saturation: 0.51, 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 #96313B is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 49 59 -
CMYK 0 0.67 0.61 0.41
HSL 354.06º 0.51% 0.39% -
HSV(B) 354.06º 0.67% 0.59% -
XYZ 14.47 9 5.11 -
YUV 80.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 150 49 59 0 0.67 0.61 0.41 354.06 0.51 0.39
Hex 96 31 3B 0 43 3D 29 162 33 27
Octal 226 61 73 0 103 75 51 542 63 47
Binary 10010110 110001 111011 0 1000011 111101 101001 101100010 110011 100111

Color Harmonies of #96313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96313B

Black with #96313B

Text Example


Text Example

White with #96313B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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