Html Css Color HEX #993340 Well Read

📋 copy color: '#993340'

red 153 ◦ green 51 ◦ blue 64

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

Shades of Well Read #993340

Tints of Well Read #993340

RGB

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

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

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

R = 57.09%
G = 19.03%
B = 23.88%

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

#993340 (or 0x993340) is known color: Well Read. HEX triplet: 99, 33 and 40. RGB value is (153,51,64). Sum of RGB (Red+Green+Blue) = 153+51+64=268 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.09% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 153 - color contains mainly: red. Hex color #993340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993340 is #66CCBF. Grayscale: #535353. Windows color (decimal): -6737088 or 4207513. OLE color: 4207513.

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

Color convert

RGB 153 51 64 -
CMYK 0 0.67 0.58 0.4
HSL 352.35º 0.5% 0.4% -
HSV(B) 352.35º 0.67% 0.6% -
XYZ 15.25 9.51 5.88 -
YUV 82.98 117.29 177.94 -
System Red Green Blue C M Y K H S L
Decimal 153 51 64 0 0.67 0.58 0.4 352.35 0.5 0.4
Hex 99 33 40 0 43 3A 28 160 32 28
Octal 231 63 100 0 103 72 50 540 62 50
Binary 10011001 110011 1000000 0 1000011 111010 101000 101100000 110010 101000

Color Harmonies of #993340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993340

Black with #993340

Text Example


Text Example

White with #993340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993340; }

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

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

background-color css

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

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

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

border-color css

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

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

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