Html Css Color HEX #993141 Well Read

📋 copy color: '#993141'

red 153 ◦ green 49 ◦ blue 65

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

Shades of Well Read #993141

Tints of Well Read #993141

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.35%

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

R = 57.3%
G = 18.35%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#993141 (or 0x993141) is known color: Well Read. HEX triplet: 99, 31 and 41. RGB value is (153,49,65). Sum of RGB (Red+Green+Blue) = 153+49+65=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 65 (25.78% from 255 or 24.34% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #993141 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993141 is #66CEBE. Grayscale: #515151. Windows color (decimal): -6737599 or 4272537. OLE color: 4272537.

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

Color convert

RGB 153 49 65 -
CMYK 0 0.68 0.58 0.4
HSL 350.77º 0.51% 0.4% -
HSV(B) 350.77º 0.68% 0.6% -
XYZ 15.19 9.35 6.01 -
YUV 81.92 118.46 178.7 -
System Red Green Blue C M Y K H S L
Decimal 153 49 65 0 0.68 0.58 0.4 350.77 0.51 0.4
Hex 99 31 41 0 44 3A 28 15F 33 28
Octal 231 61 101 0 104 72 50 537 63 50
Binary 10011001 110001 1000001 0 1000100 111010 101000 101011111 110011 101000

Color Harmonies of #993141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993141

Black with #993141

Text Example


Text Example

White with #993141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993141; }

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

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

background-color css

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

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

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

border-color css

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

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

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