Html Css Color HEX #96343A Well Read

📋 copy color: '#96343A'

red 150 ◦ green 52 ◦ blue 58

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

Shades of Well Read #96343A

Tints of Well Read #96343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 22.31%

R = 57.69%
G = 20%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#96343A (or 0x96343A) is known color: 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

RGB 150 52 58 -
CMYK 0 0.65 0.61 0.41
HSL 356.33º 0.49% 0.4% -
HSV(B) 356.33º 0.65% 0.59% -
XYZ 14.57 9.25 5.02 -
YUV 81.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 150 52 58 0 0.65 0.61 0.41 356.33 0.49 0.4
Hex 96 34 3A 0 41 3D 29 164 31 28
Octal 226 64 72 0 101 75 51 544 61 50
Binary 10010110 110100 111010 0 1000001 111101 101001 101100100 110001 101000

Color Harmonies of #96343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96343A

Black with #96343A

Text Example


Text Example

White with #96343A

Text Example


Text Example

HTML Codes & Css Web 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>