Html Css Color HEX #93363B Well Read

📋 copy color: '#93363B'

red 147 ◦ green 54 ◦ blue 59

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

Shades of Well Read #93363B

Tints of Well Read #93363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.77%

 BLUE value IS 59 (23.44% from 255) = 22.69%

R = 56.54%
G = 20.77%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#93363B (or 0x93363B) is known color: Well Read. HEX triplet: 93, 36 and 3B. RGB value is (147,54,59). Sum of RGB (Red+Green+Blue) = 147+54+59=260 (34% of max value = 765). Red value is 147 (57.81% from 255 or 56.54% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 147 - color contains mainly: red. Hex color #93363B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #93363B is #6CC9C4. Grayscale: #525252. Windows color (decimal): -7129541 or 3880595. OLE color: 3880595.

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

Color convert

RGB 147 54 59 -
CMYK 0 0.63 0.60 0.42
HSL 356.77º 0.46% 0.39% -
HSV(B) 356.77º 0.63% 0.58% -
XYZ 14.14 9.16 5.16 -
YUV 82.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 147 54 59 0 0.63 0.60 0.42 356.77 0.46 0.39
Hex 93 36 3B 0 3F 3C 2A 165 2E 27
Octal 223 66 73 0 77 74 52 545 56 47
Binary 10010011 110110 111011 0 111111 111100 101010 101100101 101110 100111

Color Harmonies of #93363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93363B

Black with #93363B

Text Example


Text Example

White with #93363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93363B; }

 p { color: rgb(147,54,59); }

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

background-color css

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

 a { background-color: rgb(147,54,59); }

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

border-color css

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

 span { border-color: rgb(147,54,59); }

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