Html Css Color HEX #854D59 Cannon Pink

📋 copy color: '#854D59'

red 133 ◦ green 77 ◦ blue 89

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

Shades of Cannon Pink #854D59

Tints of Cannon Pink #854D59

RGB

 RED value IS 133 (52.34% from 255) = 44.48%

 GREEN value IS 77 (30.47% from 255) = 25.75%

 BLUE value IS 89 (35.16% from 255) = 29.77%

R = 44.48%
G = 25.75%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.33

 K value IS 0.48

RGB Variations

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

Color information

#854D59 (or 0x854D59) is known color: Cannon Pink. HEX triplet: 85, 4D and 59. RGB value is (133,77,89). Sum of RGB (Red+Green+Blue) = 133+77+89=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #854D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D59 is #7AB2A6. Grayscale: #5F5F5F. Windows color (decimal): -8041127 or 5852549. OLE color: 5852549.

HSL color Cylindrical-coordinate representation of color #854D59: hue angle of 347.14º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #854D59 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 77 89 -
CMYK 0 0.42 0.33 0.48
HSL 347.14º 0.27% 0.41% -
HSV(B) 347.14º 0.42% 0.52% -
XYZ 14.13 11.02 10.83 -
YUV 95.11 124.55 155.02 -
System Red Green Blue C M Y K H S L
Decimal 133 77 89 0 0.42 0.33 0.48 347.14 0.27 0.41
Hex 85 4D 59 0 2A 21 30 15B 1B 29
Octal 205 115 131 0 52 41 60 533 33 51
Binary 10000101 1001101 1011001 0 101010 100001 110000 101011011 11011 101001

Color Harmonies of #854D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D59

Black with #854D59

Text Example


Text Example

White with #854D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854D59; }

 p { color: rgb(133,77,89); }

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

background-color css

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

 a { background-color: rgb(133,77,89); }

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

border-color css

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

 span { border-color: rgb(133,77,89); }

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