Html Css Color HEX #93393E Well Read

📋 copy color: '#93393E'

red 147 ◦ green 57 ◦ blue 62

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

Shades of Well Read #93393E

Tints of Well Read #93393E

RGB

 RED value IS 147 (57.81% from 255) = 55.26%

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

 BLUE value IS 62 (24.61% from 255) = 23.31%

R = 55.26%
G = 21.43%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#93393E (or 0x93393E) is known color: Well Read. HEX triplet: 93, 39 and 3E. RGB value is (147,57,62). Sum of RGB (Red+Green+Blue) = 147+57+62=266 (35% of max value = 765). Red value is 147 (57.81% from 255 or 55.26% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 147 - color contains mainly: red. Hex color #93393E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93393E is #6CC6C1. Grayscale: #545454. Windows color (decimal): -7128770 or 4077971. OLE color: 4077971.

HSL color Cylindrical-coordinate representation of color #93393E: hue angle of 356.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93393E is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 57 62 -
CMYK 0 0.61 0.58 0.42
HSL 356.67º 0.44% 0.4% -
HSV(B) 356.67º 0.61% 0.58% -
XYZ 14.37 9.48 5.63 -
YUV 84.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 147 57 62 0 0.61 0.58 0.42 356.67 0.44 0.4
Hex 93 39 3E 0 3D 3A 2A 165 2C 28
Octal 223 71 76 0 75 72 52 545 54 50
Binary 10010011 111001 111110 0 111101 111010 101010 101100101 101100 101000

Color Harmonies of #93393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93393E

Black with #93393E

Text Example


Text Example

White with #93393E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93393E; }

 p { color: rgb(147,57,62); }

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

background-color css

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

 a { background-color: rgb(147,57,62); }

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

border-color css

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

 span { border-color: rgb(147,57,62); }

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