Html Css Color HEX #865359 Solid Pink

📋 copy color: '#865359'

red 134 ◦ green 83 ◦ blue 89

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

Shades of Solid Pink #865359

Tints of Solid Pink #865359

RGB

 RED value IS 134 (52.73% from 255) = 43.79%

 GREEN value IS 83 (32.81% from 255) = 27.12%

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

R = 43.79%
G = 27.12%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#865359 (or 0x865359) is known color: Solid Pink. HEX triplet: 86, 53 and 59. RGB value is (134,83,89). Sum of RGB (Red+Green+Blue) = 134+83+89=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 89 (35.16% from 255 or 29.08% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #865359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865359 is #79ACA6. Grayscale: #626262. Windows color (decimal): -7974055 or 5854086. OLE color: 5854086.

HSL color Cylindrical-coordinate representation of color #865359: hue angle of 352.94º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #865359 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 83 89 -
CMYK 0 0.38 0.34 0.47
HSL 352.94º 0.24% 0.43% -
HSV(B) 352.94º 0.38% 0.53% -
XYZ 14.73 11.98 10.99 -
YUV 98.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 134 83 89 0 0.38 0.34 0.47 352.94 0.24 0.43
Hex 86 53 59 0 26 22 2F 161 18 2B
Octal 206 123 131 0 46 42 57 541 30 53
Binary 10000110 1010011 1011001 0 100110 100010 101111 101100001 11000 101011

Color Harmonies of #865359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865359

Black with #865359

Text Example


Text Example

White with #865359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865359; }

 p { color: rgb(134,83,89); }

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

background-color css

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

 a { background-color: rgb(134,83,89); }

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

border-color css

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

 span { border-color: rgb(134,83,89); }

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