Html Css Color HEX #993943 Well Read

📋 copy color: '#993943'

red 153 ◦ green 57 ◦ blue 67

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

Shades of Well Read #993943

Tints of Well Read #993943

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.58%

 BLUE value IS 67 (26.56% from 255) = 24.19%

R = 55.23%
G = 20.58%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#993943 (or 0x993943) is known color: Well Read. HEX triplet: 99, 39 and 43. RGB value is (153,57,67). Sum of RGB (Red+Green+Blue) = 153+57+67=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 67 (26.56% from 255 or 24.19% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #993943 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993943 is #66C6BC. Grayscale: #565656. Windows color (decimal): -6735549 or 4405657. OLE color: 4405657.

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

Color convert

RGB 153 57 67 -
CMYK 0 0.63 0.56 0.4
HSL 353.75º 0.46% 0.41% -
HSV(B) 353.75º 0.63% 0.6% -
XYZ 15.61 10.1 6.44 -
YUV 86.84 116.8 175.19 -
System Red Green Blue C M Y K H S L
Decimal 153 57 67 0 0.63 0.56 0.4 353.75 0.46 0.41
Hex 99 39 43 0 3F 38 28 162 2E 29
Octal 231 71 103 0 77 70 50 542 56 51
Binary 10011001 111001 1000011 0 111111 111000 101000 101100010 101110 101001

Color Harmonies of #993943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993943

Black with #993943

Text Example


Text Example

White with #993943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993943; }

 p { color: rgb(153,57,67); }

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

background-color css

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

 a { background-color: rgb(153,57,67); }

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

border-color css

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

 span { border-color: rgb(153,57,67); }

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