Html Css Color HEX #993B41 Well Read

📋 copy color: '#993B41'

red 153 ◦ green 59 ◦ blue 65

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

Shades of Well Read #993B41

Tints of Well Read #993B41

RGB

 RED value IS 153 (60.16% from 255) = 55.23%

 GREEN value IS 59 (23.44% from 255) = 21.3%

 BLUE value IS 65 (25.78% from 255) = 23.47%

R = 55.23%
G = 21.3%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#993B41 (or 0x993B41) is known color: Well Read. HEX triplet: 99, 3B and 41. RGB value is (153,59,65). Sum of RGB (Red+Green+Blue) = 153+59+65=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 59 (23.44% from 255 or 21.30% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #993B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993B41 is #66C4BE. Grayscale: #575757. Windows color (decimal): -6735039 or 4275097. OLE color: 4275097.

HSL color Cylindrical-coordinate representation of color #993B41: hue angle of 356.17º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993B41 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 59 65 -
CMYK 0 0.61 0.58 0.4
HSL 356.17º 0.44% 0.42% -
HSV(B) 356.17º 0.61% 0.6% -
XYZ 15.65 10.28 6.16 -
YUV 87.79 115.14 174.51 -
System Red Green Blue C M Y K H S L
Decimal 153 59 65 0 0.61 0.58 0.4 356.17 0.44 0.42
Hex 99 3B 41 0 3D 3A 28 164 2C 2A
Octal 231 73 101 0 75 72 50 544 54 52
Binary 10011001 111011 1000001 0 111101 111010 101000 101100100 101100 101010

Color Harmonies of #993B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993B41

Black with #993B41

Text Example


Text Example

White with #993B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993B41; }

 p { color: rgb(153,59,65); }

 H1.HeaderClassName
 {
   color: #993B41;
 }
 .AnyTagClassName
 {
   color: #993B41;
 }
</style>

background-color css

<style>
 a { background-color: #993B41; }

 a { background-color: rgb(153,59,65); }

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

border-color css

<style>
 span { border-color: #993B41; }

 span { border-color: rgb(153,59,65); }

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