Html Css Color HEX #89425F Cannon Pink

📋 copy color: '#89425F'

red 137 ◦ green 66 ◦ blue 95

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

Shades of Cannon Pink #89425F

Tints of Cannon Pink #89425F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.15%

 BLUE value IS 95 (37.5% from 255) = 31.88%

R = 45.97%
G = 22.15%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.46

RGB Variations

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

Color information

#89425F (or 0x89425F) is known color: Cannon Pink. HEX triplet: 89, 42 and 5F. RGB value is (137,66,95). Sum of RGB (Red+Green+Blue) = 137+66+95=298 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.97% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 137 - color contains mainly: red. Hex color #89425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #89425F is #76BDA0. Grayscale: #5A5A5A. Windows color (decimal): -7781793 or 6242953. OLE color: 6242953.

HSL color Cylindrical-coordinate representation of color #89425F: hue angle of 335.49º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #89425F is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 66 95 -
CMYK 0 0.52 0.31 0.46
HSL 335.49º 0.35% 0.4% -
HSV(B) 335.49º 0.52% 0.54% -
XYZ 14.33 10.04 12.01 -
YUV 90.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 137 66 95 0 0.52 0.31 0.46 335.49 0.35 0.4
Hex 89 42 5F 0 34 1F 2E 14F 23 28
Octal 211 102 137 0 64 37 56 517 43 50
Binary 10001001 1000010 1011111 0 110100 11111 101110 101001111 100011 101000

Color Harmonies of #89425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89425F

Black with #89425F

Text Example


Text Example

White with #89425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89425F; }

 p { color: rgb(137,66,95); }

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

background-color css

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

 a { background-color: rgb(137,66,95); }

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

border-color css

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

 span { border-color: rgb(137,66,95); }

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