Html Css Color HEX #893340 Well Read

📋 copy color: '#893340'

red 137 ◦ green 51 ◦ blue 64

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

Shades of Well Read #893340

Tints of Well Read #893340

RGB

 RED value IS 137 (53.91% from 255) = 54.37%

 GREEN value IS 51 (20.31% from 255) = 20.24%

 BLUE value IS 64 (25.39% from 255) = 25.4%

R = 54.37%
G = 20.24%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#893340 (or 0x893340) is known color: Well Read. HEX triplet: 89, 33 and 40. RGB value is (137,51,64). Sum of RGB (Red+Green+Blue) = 137+51+64=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #893340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893340 is #76CCBF. Grayscale: #4E4E4E. Windows color (decimal): -7785664 or 4207497. OLE color: 4207497.

HSL color Cylindrical-coordinate representation of color #893340: hue angle of 350.93º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #893340 is Cyan = 0, Magento = 0.63, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 51 64 -
CMYK 0 0.63 0.53 0.46
HSL 350.93º 0.46% 0.37% -
HSV(B) 350.93º 0.63% 0.54% -
XYZ 12.43 8.06 5.75 -
YUV 78.2 119.99 169.94 -
System Red Green Blue C M Y K H S L
Decimal 137 51 64 0 0.63 0.53 0.46 350.93 0.46 0.37
Hex 89 33 40 0 3F 35 2E 15F 2E 25
Octal 211 63 100 0 77 65 56 537 56 45
Binary 10001001 110011 1000000 0 111111 110101 101110 101011111 101110 100101

Color Harmonies of #893340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893340

Black with #893340

Text Example


Text Example

White with #893340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893340; }

 p { color: rgb(137,51,64); }

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

background-color css

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

 a { background-color: rgb(137,51,64); }

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

border-color css

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

 span { border-color: rgb(137,51,64); }

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