Html Css Color HEX #96323B Well Read

📋 copy color: '#96323B'

red 150 ◦ green 50 ◦ blue 59

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

Shades of Well Read #96323B

Tints of Well Read #96323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.31%

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

R = 57.92%
G = 19.31%
B = 22.78%

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

#96323B (or 0x96323B) is known color: Well Read. HEX triplet: 96, 32 and 3B. RGB value is (150,50,59). Sum of RGB (Red+Green+Blue) = 150+50+59=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #96323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96323B is #69CDC4. Grayscale: #505050. Windows color (decimal): -6933957 or 3879574. OLE color: 3879574.

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

Color convert

RGB 150 50 59 -
CMYK 0 0.67 0.61 0.41
HSL 354.6º 0.5% 0.39% -
HSV(B) 354.6º 0.67% 0.59% -
XYZ 14.51 9.08 5.13 -
YUV 80.93 115.63 177.27 -
System Red Green Blue C M Y K H S L
Decimal 150 50 59 0 0.67 0.61 0.41 354.6 0.5 0.39
Hex 96 32 3B 0 43 3D 29 163 32 27
Octal 226 62 73 0 103 75 51 543 62 47
Binary 10010110 110010 111011 0 1000011 111101 101001 101100011 110010 100111

Color Harmonies of #96323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96323B

Black with #96323B

Text Example


Text Example

White with #96323B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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