Html Css Color HEX #89465A Cannon Pink

📋 copy color: '#89465A'

red 137 ◦ green 70 ◦ blue 90

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

Shades of Cannon Pink #89465A

Tints of Cannon Pink #89465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.57%

 BLUE value IS 90 (35.55% from 255) = 30.3%

R = 46.13%
G = 23.57%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89465A (or 0x89465A) is known color: Cannon Pink. HEX triplet: 89, 46 and 5A. RGB value is (137,70,90). Sum of RGB (Red+Green+Blue) = 137+70+90=297 (39% of max value = 765). Red value is 137 (53.91% from 255 or 46.13% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 137 - color contains mainly: red. Hex color #89465A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89465A is #76B9A5. Grayscale: #5C5C5C. Windows color (decimal): -7780774 or 5916297. OLE color: 5916297.

HSL color Cylindrical-coordinate representation of color #89465A: hue angle of 342.09º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #89465A is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 70 90 -
CMYK 0 0.49 0.34 0.46
HSL 342.09º 0.32% 0.41% -
HSV(B) 342.09º 0.49% 0.54% -
XYZ 14.35 10.44 10.93 -
YUV 92.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 137 70 90 0 0.49 0.34 0.46 342.09 0.32 0.41
Hex 89 46 5A 0 31 22 2E 156 20 29
Octal 211 106 132 0 61 42 56 526 40 51
Binary 10001001 1000110 1011010 0 110001 100010 101110 101010110 100000 101001

Color Harmonies of #89465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89465A

Black with #89465A

Text Example


Text Example

White with #89465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89465A; }

 p { color: rgb(137,70,90); }

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

background-color css

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

 a { background-color: rgb(137,70,90); }

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

border-color css

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

 span { border-color: rgb(137,70,90); }

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