Html Css Color HEX #96343F Well Read

📋 copy color: '#96343F'

red 150 ◦ green 52 ◦ blue 63

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

Shades of Well Read #96343F

Tints of Well Read #96343F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.62%

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

R = 56.6%
G = 19.62%
B = 23.77%

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

#96343F (or 0x96343F) is known color: Well Read. HEX triplet: 96, 34 and 3F. RGB value is (150,52,63). Sum of RGB (Red+Green+Blue) = 150+52+63=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #96343F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96343F is #69CBC0. Grayscale: #525252. Windows color (decimal): -6933441 or 4142230. OLE color: 4142230.

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

Color convert

RGB 150 52 63 -
CMYK 0 0.65 0.58 0.41
HSL 353.27º 0.49% 0.4% -
HSV(B) 353.27º 0.65% 0.59% -
XYZ 14.7 9.3 5.72 -
YUV 82.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 150 52 63 0 0.65 0.58 0.41 353.27 0.49 0.4
Hex 96 34 3F 0 41 3A 29 161 31 28
Octal 226 64 77 0 101 72 51 541 61 50
Binary 10010110 110100 111111 0 1000001 111010 101001 101100001 110001 101000

Color Harmonies of #96343F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96343F

Black with #96343F

Text Example


Text Example

White with #96343F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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