Html Css Color HEX #96393F Well Read

📋 copy color: '#96393F'

red 150 ◦ green 57 ◦ blue 63

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

Shades of Well Read #96393F

Tints of Well Read #96393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.11%

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

R = 55.56%
G = 21.11%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#96393F (or 0x96393F) is known color: Well Read. HEX triplet: 96, 39 and 3F. RGB value is (150,57,63). Sum of RGB (Red+Green+Blue) = 150+57+63=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #96393F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96393F is #69C6C0. Grayscale: #555555. Windows color (decimal): -6932161 or 4143510. OLE color: 4143510.

HSL color Cylindrical-coordinate representation of color #96393F: hue angle of 356.13º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #96393F is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 57 63 -
CMYK 0 0.62 0.58 0.41
HSL 356.13º 0.45% 0.41% -
HSV(B) 356.13º 0.62% 0.59% -
XYZ 14.94 9.77 5.8 -
YUV 85.49 115.31 174.01 -
System Red Green Blue C M Y K H S L
Decimal 150 57 63 0 0.62 0.58 0.41 356.13 0.45 0.41
Hex 96 39 3F 0 3E 3A 29 164 2D 29
Octal 226 71 77 0 76 72 51 544 55 51
Binary 10010110 111001 111111 0 111110 111010 101001 101100100 101101 101001

Color Harmonies of #96393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96393F

Black with #96393F

Text Example


Text Example

White with #96393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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