Html Css Color HEX #993240 Well Read

📋 copy color: '#993240'

red 153 ◦ green 50 ◦ blue 64

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

Shades of Well Read #993240

Tints of Well Read #993240

RGB

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

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

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

R = 57.3%
G = 18.73%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#993240 (or 0x993240) is known color: Well Read. HEX triplet: 99, 32 and 40. RGB value is (153,50,64). Sum of RGB (Red+Green+Blue) = 153+50+64=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #993240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993240 is #66CDBF. Grayscale: #525252. Windows color (decimal): -6737344 or 4207257. OLE color: 4207257.

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

Color convert

RGB 153 50 64 -
CMYK 0 0.67 0.58 0.4
HSL 351.84º 0.51% 0.4% -
HSV(B) 351.84º 0.67% 0.6% -
XYZ 15.2 9.42 5.87 -
YUV 82.39 117.62 178.36 -
System Red Green Blue C M Y K H S L
Decimal 153 50 64 0 0.67 0.58 0.4 351.84 0.51 0.4
Hex 99 32 40 0 43 3A 28 160 33 28
Octal 231 62 100 0 103 72 50 540 63 50
Binary 10011001 110010 1000000 0 1000011 111010 101000 101100000 110011 101000

Color Harmonies of #993240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993240

Black with #993240

Text Example


Text Example

White with #993240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993240; }

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

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

background-color css

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

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

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

border-color css

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

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

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