Html Css Color HEX #993040 Well Read

📋 copy color: '#993040'

red 153 ◦ green 48 ◦ blue 64

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

Shades of Well Read #993040

Tints of Well Read #993040

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.11%

 BLUE value IS 64 (25.39% from 255) = 24.15%

R = 57.74%
G = 18.11%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#993040 (or 0x993040) is known color: Well Read. HEX triplet: 99, 30 and 40. RGB value is (153,48,64). Sum of RGB (Red+Green+Blue) = 153+48+64=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #993040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993040 is #66CFBF. Grayscale: #515151. Windows color (decimal): -6737856 or 4206745. OLE color: 4206745.

HSL color Cylindrical-coordinate representation of color #993040: hue angle of 350.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #993040 is Cyan = 0, Magento = 0.69, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 48 64 -
CMYK 0 0.69 0.58 0.4
HSL 350.86º 0.52% 0.39% -
HSV(B) 350.86º 0.69% 0.6% -
XYZ 15.12 9.26 5.84 -
YUV 81.22 118.29 179.2 -
System Red Green Blue C M Y K H S L
Decimal 153 48 64 0 0.69 0.58 0.4 350.86 0.52 0.39
Hex 99 30 40 0 45 3A 28 15F 34 27
Octal 231 60 100 0 105 72 50 537 64 47
Binary 10011001 110000 1000000 0 1000101 111010 101000 101011111 110100 100111

Color Harmonies of #993040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993040

Black with #993040

Text Example


Text Example

White with #993040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993040; }

 p { color: rgb(153,48,64); }

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

background-color css

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

 a { background-color: rgb(153,48,64); }

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

border-color css

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

 span { border-color: rgb(153,48,64); }

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