Html Css Color HEX #993341 Well Read

📋 copy color: '#993341'

red 153 ◦ green 51 ◦ blue 65

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

Shades of Well Read #993341

Tints of Well Read #993341

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.96%

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

R = 56.88%
G = 18.96%
B = 24.16%

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

#993341 (or 0x993341) is known color: Well Read. HEX triplet: 99, 33 and 41. RGB value is (153,51,65). Sum of RGB (Red+Green+Blue) = 153+51+65=269 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.88% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 153 - color contains mainly: red. Hex color #993341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993341 is #66CCBE. Grayscale: #535353. Windows color (decimal): -6737087 or 4273049. OLE color: 4273049.

HSL color Cylindrical-coordinate representation of color #993341: hue angle of 351.76º degrees, saturation: 0.5, 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 #993341 is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 51 65 -
CMYK 0 0.67 0.58 0.4
HSL 351.76º 0.5% 0.4% -
HSV(B) 351.76º 0.67% 0.6% -
XYZ 15.27 9.52 6.03 -
YUV 83.09 117.79 177.86 -
System Red Green Blue C M Y K H S L
Decimal 153 51 65 0 0.67 0.58 0.4 351.76 0.5 0.4
Hex 99 33 41 0 43 3A 28 160 32 28
Octal 231 63 101 0 103 72 50 540 62 50
Binary 10011001 110011 1000001 0 1000011 111010 101000 101100000 110010 101000

Color Harmonies of #993341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993341

Black with #993341

Text Example


Text Example

White with #993341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993341; }

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

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

background-color css

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

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

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

border-color css

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

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

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