Html Css Color HEX #893441 Well Read

📋 copy color: '#893441'

red 137 ◦ green 52 ◦ blue 65

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

Shades of Well Read #893441

Tints of Well Read #893441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 25.59%

R = 53.94%
G = 20.47%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#893441 (or 0x893441) is known color: Well Read. HEX triplet: 89, 34 and 41. RGB value is (137,52,65). Sum of RGB (Red+Green+Blue) = 137+52+65=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 65 (25.78% from 255 or 25.59% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #893441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893441 is #76CBBE. Grayscale: #4E4E4E. Windows color (decimal): -7785407 or 4273289. OLE color: 4273289.

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

Color convert

RGB 137 52 65 -
CMYK 0 0.62 0.53 0.46
HSL 350.82º 0.45% 0.37% -
HSV(B) 350.82º 0.62% 0.54% -
XYZ 12.5 8.16 5.92 -
YUV 78.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 137 52 65 0 0.62 0.53 0.46 350.82 0.45 0.37
Hex 89 34 41 0 3E 35 2E 15F 2D 25
Octal 211 64 101 0 76 65 56 537 55 45
Binary 10001001 110100 1000001 0 111110 110101 101110 101011111 101101 100101

Color Harmonies of #893441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893441

Black with #893441

Text Example


Text Example

White with #893441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893441; }

 p { color: rgb(137,52,65); }

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

background-color css

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

 a { background-color: rgb(137,52,65); }

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

border-color css

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

 span { border-color: rgb(137,52,65); }

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