Html Css Color HEX #993444 Well Read

📋 copy color: '#993444'

red 153 ◦ green 52 ◦ blue 68

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

Shades of Well Read #993444

Tints of Well Read #993444

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.05%

 BLUE value IS 68 (26.95% from 255) = 24.91%

R = 56.04%
G = 19.05%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#993444 (or 0x993444) is known color: Well Read. HEX triplet: 99, 34 and 44. RGB value is (153,52,68). Sum of RGB (Red+Green+Blue) = 153+52+68=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #993444 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993444 is #66CBBB. Grayscale: #545454. Windows color (decimal): -6736828 or 4469913. OLE color: 4469913.

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

Color convert

RGB 153 52 68 -
CMYK 0 0.66 0.56 0.4
HSL 350.5º 0.49% 0.4% -
HSV(B) 350.5º 0.66% 0.6% -
XYZ 15.41 9.65 6.52 -
YUV 84.02 118.96 177.2 -
System Red Green Blue C M Y K H S L
Decimal 153 52 68 0 0.66 0.56 0.4 350.5 0.49 0.4
Hex 99 34 44 0 42 38 28 15E 31 28
Octal 231 64 104 0 102 70 50 536 61 50
Binary 10011001 110100 1000100 0 1000010 111000 101000 101011110 110001 101000

Color Harmonies of #993444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993444

Black with #993444

Text Example


Text Example

White with #993444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993444; }

 p { color: rgb(153,52,68); }

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

background-color css

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

 a { background-color: rgb(153,52,68); }

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

border-color css

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

 span { border-color: rgb(153,52,68); }

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