Html Css Color HEX #93343D Well Read

📋 copy color: '#93343D'

red 147 ◦ green 52 ◦ blue 61

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

Shades of Well Read #93343D

Tints of Well Read #93343D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.46%

R = 56.54%
G = 20%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#93343D (or 0x93343D) is known color: Well Read. HEX triplet: 93, 34 and 3D. RGB value is (147,52,61). Sum of RGB (Red+Green+Blue) = 147+52+61=260 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.54% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 61 (24.22% from 255 or 23.46% from 260); Max value from RGB is 147 - color contains mainly: red. Hex color #93343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93343D is #6CCBC2. Grayscale: #515151. Windows color (decimal): -7130051 or 4011155. OLE color: 4011155.

HSL color Cylindrical-coordinate representation of color #93343D: hue angle of 354.32º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93343D is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 52 61 -
CMYK 0 0.65 0.59 0.42
HSL 354.32º 0.48% 0.39% -
HSV(B) 354.32º 0.65% 0.58% -
XYZ 14.1 9 5.41 -
YUV 81.43 116.47 174.77 -
System Red Green Blue C M Y K H S L
Decimal 147 52 61 0 0.65 0.59 0.42 354.32 0.48 0.39
Hex 93 34 3D 0 41 3B 2A 162 30 27
Octal 223 64 75 0 101 73 52 542 60 47
Binary 10010011 110100 111101 0 1000001 111011 101010 101100010 110000 100111

Color Harmonies of #93343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93343D

Black with #93343D

Text Example


Text Example

White with #93343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93343D; }

 p { color: rgb(147,52,61); }

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

background-color css

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

 a { background-color: rgb(147,52,61); }

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

border-color css

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

 span { border-color: rgb(147,52,61); }

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