#96343A

Color #96343A Well Read (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Well Read #96343A

Tints of Well Read #96343A

Color information

#96343A (or 0x96343A) is unknown color: approx Well Read. HEX triplet: 96, 34 and 3A. RGB value is (150,52,58). Sum of RGB (Red+Green+Blue) = 150+52+58=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96343A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96343A is #69CBC5. Grayscale: #525252. Windows color (decimal): -6933446 or 3814550. OLE color: 3814550.

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

Color convert

RGB1505258-
CMYK00.650.610.41
HSL356.33º48.51%39.61%-
HSV(B)356.33º65.33%58.82%-
XYZ14.579.255.02-
YUV81.99114.47176.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.69%
GREEN value IS 52 (20.70% from 255) = 20%
BLUE value IS 58 (23.05% from 255) = 22.31%
R=57.69%
G=20%
B=22.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150525800.650.610.41356.3348.5139.61
Hex96343A0413D291643128
Octal2266472010175515446150
Binary1001011011010011101001000001111101101001101100100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96343A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #96343A;
 }
 .AnyTagClassName
 {
   color: #96343A;
 }
</style>
background-color css

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

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

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

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

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

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