Html Css Color HEX #93373C Well Read

📋 copy color: '#93373C'

red 147 ◦ green 55 ◦ blue 60

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

Shades of Well Read #93373C

Tints of Well Read #93373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

 BLUE value IS 60 (23.83% from 255) = 22.9%

R = 56.11%
G = 20.99%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#93373C (or 0x93373C) is known color: Well Read. HEX triplet: 93, 37 and 3C. RGB value is (147,55,60). Sum of RGB (Red+Green+Blue) = 147+55+60=262 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.11% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 147 - color contains mainly: red. Hex color #93373C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93373C is #6CC8C3. Grayscale: #535353. Windows color (decimal): -7129284 or 3946387. OLE color: 3946387.

HSL color Cylindrical-coordinate representation of color #93373C: hue angle of 356.74º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93373C is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 55 60 -
CMYK 0 0.63 0.59 0.42
HSL 356.74º 0.46% 0.4% -
HSV(B) 356.74º 0.63% 0.58% -
XYZ 14.21 9.26 5.31 -
YUV 83.08 114.98 173.59 -
System Red Green Blue C M Y K H S L
Decimal 147 55 60 0 0.63 0.59 0.42 356.74 0.46 0.4
Hex 93 37 3C 0 3F 3B 2A 165 2E 28
Octal 223 67 74 0 77 73 52 545 56 50
Binary 10010011 110111 111100 0 111111 111011 101010 101100101 101110 101000

Color Harmonies of #93373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93373C

Black with #93373C

Text Example


Text Example

White with #93373C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93373C; }

 p { color: rgb(147,55,60); }

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

background-color css

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

 a { background-color: rgb(147,55,60); }

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

border-color css

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

 span { border-color: rgb(147,55,60); }

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